#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| bool | is_restricted_ |
| | True, if access to the bot is restricted to its owner and selected users.
|
| |
| array< int53 > | added_user_ids_ |
| | Identifiers of the users who can use the bot additionally to the owner of the bot.
|
| |
|
| static const std::int32_t | ID = 735061332 |
| | Identifier uniquely determining a type of the object.
|
| |
Describes users that have access to a bot.
Definition at line 4249 of file td_api.h.
◆ botAccessSettings() [1/2]
| td::td_api::botAccessSettings::botAccessSettings |
( |
| ) |
|
Describes users that have access to a bot.
◆ botAccessSettings() [2/2]
| td::td_api::botAccessSettings::botAccessSettings |
( |
bool |
is_restricted_, |
|
|
array< int53 > && |
added_user_ids_ |
|
) |
| |
Describes users that have access to a bot.
- Parameters
-
| [in] | is_restricted_ | True, if access to the bot is restricted to its owner and selected users. |
| [in] | added_user_ids_ | Identifiers of the users who can use the bot additionally to the owner of the bot. |
◆ store()
| void td::td_api::botAccessSettings::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 td::TlObject.
◆ added_user_ids_
| array<int53> td::td_api::botAccessSettings::added_user_ids_ |
Identifiers of the users who can use the bot additionally to the owner of the bot.
Definition at line 4262 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::botAccessSettings::ID = 735061332 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 4278 of file td_api.h.
◆ is_restricted_
| bool td::td_api::botAccessSettings::is_restricted_ |
True, if access to the bot is restricted to its owner and selected users.
Definition at line 4260 of file td_api.h.
The documentation for this class was generated from the following file:
- /home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h