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