View Source Telegex.Type.InlineQueryResultGame (Telegex v1.0.0-rc.3)

Represents a Game.

Link to this section Summary

Link to this section Types

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