InlineKeyboardButtonTypeExt extension
Properties
- inlineKeyboardButtonTypeBuy → InlineKeyboardButtonTypeBuy?
-
A button to buy something. This button must be in the first column and row of the keyboard and can be attached only to a message with content of the type messageInvoice
read-only
- inlineKeyboardButtonTypeCallback → InlineKeyboardButtonTypeCallback?
-
A button that sends a callback query to a bot
read-only
- inlineKeyboardButtonTypeCallbackGame → InlineKeyboardButtonTypeCallbackGame?
-
A button with a game that sends a callback query to a bot. This button must be in the first column and row of the keyboard and can be attached only to a message with content of the type messageGame
read-only
- inlineKeyboardButtonTypeCallbackWithPassword → InlineKeyboardButtonTypeCallbackWithPassword?
-
A button that asks for the 2-step verification password of the current user and then sends a callback query to a bot
read-only
- inlineKeyboardButtonTypeLoginUrl → InlineKeyboardButtonTypeLoginUrl?
-
A button that opens a specified URL and automatically authorize the current user by calling getLoginUrlInfo
read-only
- inlineKeyboardButtonTypeSwitchInline → InlineKeyboardButtonTypeSwitchInline?
-
A button that forces an inline query to the bot to be inserted in the input field
read-only
- inlineKeyboardButtonTypeUrl → InlineKeyboardButtonTypeUrl?
-
A button that opens a specified URL
read-only
- inlineKeyboardButtonTypeUser → InlineKeyboardButtonTypeUser?
-
A button with a user reference to be handled in the same way as textEntityTypeMentionName entities
read-only
- inlineKeyboardButtonTypeWebApp → InlineKeyboardButtonTypeWebApp?
-
A button that opens a Web App by calling openWebApp
read-only