setGameScore

inline suspend fun TelegramBot.setGameScore(userId: Long, messageId: Long, score: Long, chatId: Long)(source)
inline suspend fun TelegramBot.setGameScore(userId: Long, score: Long, chatId: Long)(source)
inline suspend fun TelegramBot.setGameScore(user: User, score: Long, chatId: Long)(source)
inline suspend fun TelegramBot.setGameScore(user: User, messageId: Long, score: Long, chatId: Long)(source)