Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
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)