telegram.InlineQueryResultGame¶
-
class
telegram.InlineQueryResultGame(id, game_short_name, reply_markup=None, **kwargs)¶ Bases:
telegram.inline.inlinequeryresult.InlineQueryResultRepresents a Game.
-
type¶ ‘game’.
Type: str
-
id¶ Unique identifier for this result, 1-64 bytes.
Type: str
-
game_short_name¶ Short name of the game.
Type: str
-
reply_markup¶ Optional. Inline keyboard attached to the message.
Type: telegram.InlineKeyboardMarkup
Parameters: - id (
str) – Unique identifier for this result, 1-64 bytes. - game_short_name (
str) – Short name of the game. - reply_markup (
telegram.InlineKeyboardMarkup, optional) – Inline keyboard attached to the message. - **kwargs (
dict) – Arbitrary keyword arguments.
-