Game

@Serializable
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)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val text: String? = null
Link copied to clipboard
open override val textSources: TextSourcesList

Full list of TextSources

Link copied to clipboard
open override val title: String