ExGram.Model.InlineQueryResultGame (ex_gram v0.64.0)

Copy Markdown View Source

Represents a Game.

Check the documentation of this model on Telegram Bot API

  • type: Type of the result, must be game
  • id: Unique identifier for this result, 1-64 bytes
  • game_short_name: Short name of the game
  • reply_markup (optional): Optional. Inline keyboard attached to the message

Summary

Types

t()

@type t() :: %ExGram.Model.InlineQueryResultGame{
  game_short_name: String.t(),
  id: String.t(),
  reply_markup: ExGram.Model.InlineKeyboardMarkup.t() | nil,
  type: String.t()
}

Functions

decode_as()