setGameScore

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