View Source ExGram.Model.InlineQueryResultGame (ex_gram v0.52.2)

Represents a Game.

Check the documentation of this model in https://core.telegram.org/bots/api#inlinequeryresultgame

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()
}

Functions