InlineQueryResultGame¶
- class telegram.InlineQueryResultGame(id, game_short_name, reply_markup=None, *, api_kwargs=None)[source]¶
Bases:
telegram.InlineQueryResult
Represents a
telegram.Game
.- Parameters:
game_short_name (
str
) – Short name of the game.reply_markup (
telegram.InlineKeyboardMarkup
, optional) – Inline keyboard attached to the message.