Inherits UserType.
|
bool | can_be_edited_ |
| True, if the bot is owned by the current user and can be edited using the methods toggleBotUsernameIsActive, reorderBotActiveUsernames, setBotProfilePhoto, setBotName, setBotInfoDescription, and setBotInfoShortDescription.
|
|
bool | can_join_groups_ |
| True, if the bot can be invited to basic group and supergroup chats.
|
|
bool | can_read_all_group_messages_ |
| True, if the bot can read all messages in basic group or supergroup chats and not just those addressed to the bot. In private and channel chats a bot can always read all messages.
|
|
bool | has_main_web_app_ |
| True, if the bot has the main Web App.
|
|
bool | is_inline_ |
| True, if the bot supports inline queries.
|
|
string | inline_query_placeholder_ |
| Placeholder for inline queries (displayed on the application input field).
|
|
bool | need_location_ |
| True, if the location of the user is expected to be sent with every inline query to this bot.
|
|
bool | can_connect_to_business_ |
| True, if the bot supports connection to Telegram Business accounts.
|
|
bool | can_be_added_to_attachment_menu_ |
| True, if the bot can be added to attachment or side menu.
|
|
int32 | active_user_count_ |
| The number of recently active users of the bot.
|
|
|
| userTypeBot () |
|
| userTypeBot (bool can_be_edited_, bool can_join_groups_, bool can_read_all_group_messages_, bool has_main_web_app_, bool is_inline_, string const &inline_query_placeholder_, bool need_location_, bool can_connect_to_business_, bool can_be_added_to_attachment_menu_, int32 active_user_count_) |
|
void | store (TlStorerToString &s, const char *field_name) const final |
|
virtual void | store (TlStorerUnsafe &s) const |
|
virtual void | store (TlStorerCalcLength &s) const |
|
| TlObject ()=default |
|
| TlObject (const TlObject &)=delete |
|
TlObject & | operator= (const TlObject &)=delete |
|
| TlObject (TlObject &&)=default |
|
TlObject & | operator= (TlObject &&)=default |
|
virtual | ~TlObject ()=default |
|
|
static const std::int32_t | ID = -1952199642 |
| Identifier uniquely determining a type of the object.
|
|
◆ userTypeBot() [1/2]
◆ userTypeBot() [2/2]
userTypeBot |
( |
bool |
can_be_edited_, |
|
|
bool |
can_join_groups_, |
|
|
bool |
can_read_all_group_messages_, |
|
|
bool |
has_main_web_app_, |
|
|
bool |
is_inline_, |
|
|
string const & |
inline_query_placeholder_, |
|
|
bool |
need_location_, |
|
|
bool |
can_connect_to_business_, |
|
|
bool |
can_be_added_to_attachment_menu_, |
|
|
int32 |
active_user_count_ |
|
) |
| |
A bot (see https://core.telegram.org/bots).
- Parameters
-
[in] | can_be_edited_ | True, if the bot is owned by the current user and can be edited using the methods toggleBotUsernameIsActive, reorderBotActiveUsernames, setBotProfilePhoto, setBotName, setBotInfoDescription, and setBotInfoShortDescription. |
[in] | can_join_groups_ | True, if the bot can be invited to basic group and supergroup chats. |
[in] | can_read_all_group_messages_ | True, if the bot can read all messages in basic group or supergroup chats and not just those addressed to the bot. In private and channel chats a bot can always read all messages. |
[in] | has_main_web_app_ | True, if the bot has the main Web App. |
[in] | is_inline_ | True, if the bot supports inline queries. |
[in] | inline_query_placeholder_ | Placeholder for inline queries (displayed on the application input field). |
[in] | need_location_ | True, if the location of the user is expected to be sent with every inline query to this bot. |
[in] | can_connect_to_business_ | True, if the bot supports connection to Telegram Business accounts. |
[in] | can_be_added_to_attachment_menu_ | True, if the bot can be added to attachment or side menu. |
[in] | active_user_count_ | The number of recently active users of the bot. |
◆ store()
void store |
( |
TlStorerToString & |
s, |
|
|
const char * |
field_name |
|
) |
| const |
|
finalvirtual |
Helper function for to_string method. Appends string representation of the object to the storer.
- Parameters
-
[in] | s | Storer to which object string representation will be appended. |
[in] | field_name | Object field_name if applicable. |
Implements TlObject.
The documentation for this class was generated from the following file: