ExGram.Model.InlineQueryResultGame (ex_gram v0.40.0) View Source
Represents a Game.
Check the documentation of this model in https://core.telegram.org/bots/api#inlinequeryresultgame
Link to this section Summary
Link to this section Types
Specs
t() :: %ExGram.Model.InlineQueryResultGame{
game_short_name: String.t(),
id: String.t(),
reply_markup: ExGram.Model.InlineKeyboardMarkup.t() | nil,
type: String.t()
}