View Source Telegex.Type.InlineQueryResultGame (Telegex v1.8.0)

Represents a Game.

Summary

Types

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