View Source Telegex.Type.Game (Telegex v1.0.0-rc.7)
This object represents a game. Use BotFather to create and edit games, their short names will act as unique identifiers.
Link to this section Summary
Link to this section Types
@type t() :: %Telegex.Type.Game{ animation: Telegex.Type.Animation.t() | nil, description: String.t(), photo: [Telegex.Type.PhotoSize.t()], text: String.t() | nil, text_entities: [Telegex.Type.MessageEntity.t()] | nil, title: String.t() }