Skip to content

InputInlineQueryResultGame

Type · TDLib 1.8.67 · d1085f9c

Represents a game

InputInlineQueryResultGame(
  id: string,
  game_short_name: string,
  reply_markup: ReplyMarkup
) → InputInlineQueryResult

id

string

Unique identifier of the query result

game_short_name

string

Short name of the game

reply_markup

ReplyMarkup

The message reply markup; pass null if none. Must be of type replyMarkupInlineKeyboard or null