Telebot 9.4
Library for Telegram bot API
Loading...
Searching...
No Matches
Public Attributes | List of all members
telebot_switch_inline_query_chosen_chat Struct Reference

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
 

Detailed Description

This object represents an inline button that switches the current user to inline mode in a chosen chat.

Member Data Documentation

◆ allow_bot_chats

bool telebot_switch_inline_query_chosen_chat::allow_bot_chats

Optional. True, if private chats with bots can be chosen

◆ allow_channel_chats

bool telebot_switch_inline_query_chosen_chat::allow_channel_chats

Optional. True, if channel chats can be chosen

◆ allow_group_chats

bool telebot_switch_inline_query_chosen_chat::allow_group_chats

Optional. True, if group and supergroup chats can be chosen

◆ allow_user_chats

bool telebot_switch_inline_query_chosen_chat::allow_user_chats

Optional. True, if private chats with users can be chosen

◆ query

char* telebot_switch_inline_query_chosen_chat::query

Optional. The default inline query to be inserted in the input field.


The documentation for this struct was generated from the following file: