InlineQueryResultGame#
- class pyrogram.types.InlineQueryResultGame#
Represents a
Game
.- Parameters:
game_short_name (
str
) – Short name of the game.id (
str
, optional) – Unique identifier for this result, 1-64 bytes. Defaults to a randomly generated UUID4.reply_markup (
InlineKeyboardMarkup
, optional) – Inline keyboard attached to the message.