telegram.inlinekeyboardbutton module¶
This module contains an object that represents a Telegram InlineKeyboardButton
Bases:
telegram.base.TelegramObjectThis object represents a Telegram InlineKeyboardButton.
str
str
str
str
str
telegram.CallbackGame
Parameters: - text (str) – Label text on the button.
- url (Optional[str]) – HTTP url to be opened when button is pressed.
- callback_data (Optional[str]) – Data to be sent in a callback query to the bot when button is pressed, 1-64 bytes.
- switch_inline_query (Optional[str]) – If set, pressing the button will prompt the user to select one of their chats, open that chat and insert the bot’s username and the specified inline query in the input field. Can be empty, in which case just the bot’s username will be inserted.
- switch_inline_query_current_chat (Optional[str]) – If set, pressing the button will insert the bot’s username and the specified inline query in the current chat’s input field. Can be empty, in which case only the bot’s username will be inserted.
- callback_game (Optional[
telegram.CallbackGame]) – Description of the game that will be launched when the user presses the button. - **kwargs (dict) – Arbitrary keyword arguments.
Parameters: - data (dict) –
- bot (telegram.Bot) –
Returns: Return type: