Package dev.inmo.tgbotapi.requests.games.abstracts

Types

GameHighScoresSerializer
Link copied to clipboard
object GameHighScoresSerializer : KSerializer<List<GameHighScore>>
GetGameHighScores
Link copied to clipboard
interface GetGameHighScores : SimpleRequest<List<GameHighScore>>
SetGameScore
Link copied to clipboard
interface SetGameScore : SimpleRequest<Boolean>