Game
data class Game(val title: String, val description: String, val photo: PhotoFile, val text: String? = null, val textSources: TextSourcesList = emptyList(), val animation: AnimationFile? = null) : Titled, TextedInput, ReplyInfo.External.ContentVariant
Constructors
Link copied to clipboard
constructor(title: String, description: String, photo: PhotoFile, text: String? = null, textSources: TextSourcesList = emptyList(), animation: AnimationFile? = null)