Represents a Game.
Check the documentation of this model on Telegram Bot API
type: Type of the result, must be gameid: Unique identifier for this result, 1-64 bytesgame_short_name: Short name of the gamereply_markup (optional): Optional. Inline keyboard attached to the message
Summary
Types
@type t() :: %ExGram.Model.InlineQueryResultGame{ game_short_name: String.t(), id: String.t(), reply_markup: ExGram.Model.InlineKeyboardMarkup.t() | nil, type: String.t() }