View Source Telegex.Type.Game (Telegex v1.8.0)
This object represents a game. Use BotFather to create and edit games, their short names will act as unique identifiers.
Summary
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() }