|
Telebot 9.4
Library for Telegram bot API
|
This object represents an inline button that switches the current user to inline mode in a chosen chat. More...
#include <telebot-types.h>
Public Attributes | |
| char * | query |
| bool | allow_user_chats |
| bool | allow_bot_chats |
| bool | allow_group_chats |
| bool | allow_channel_chats |
This object represents an inline button that switches the current user to inline mode in a chosen chat.
| bool telebot_switch_inline_query_chosen_chat::allow_bot_chats |
Optional. True, if private chats with bots can be chosen
| bool telebot_switch_inline_query_chosen_chat::allow_channel_chats |
Optional. True, if channel chats can be chosen
| bool telebot_switch_inline_query_chosen_chat::allow_group_chats |
Optional. True, if group and supergroup chats can be chosen
| bool telebot_switch_inline_query_chosen_chat::allow_user_chats |
Optional. True, if private chats with users can be chosen
| char* telebot_switch_inline_query_chosen_chat::query |
Optional. The default inline query to be inserted in the input field.