Game
data class Game(val title: String, val description: String, val photo: List<PhotoSize> = emptyList(), val text: String? = null, val textEntities: List<MessageEntity>? = null, val animation: Animation? = null)(source)
This object represents a game. Use BotFather to create and edit games, their short names will act as unique identifiers.
Author
ForteScarlet