#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = 436066785 |
| | Identifier uniquely determining a type of the object.
|
| |
Contains information about a chat administrator.
Definition at line 9620 of file td_api.h.
◆ chatAdministrator() [1/2]
| td::td_api::chatAdministrator::chatAdministrator |
( |
| ) |
|
Contains information about a chat administrator.
◆ chatAdministrator() [2/2]
| td::td_api::chatAdministrator::chatAdministrator |
( |
int53 |
user_id_, |
|
|
string const & |
custom_title_, |
|
|
bool |
is_owner_, |
|
|
bool |
can_be_edited_ |
|
) |
| |
Contains information about a chat administrator.
- Parameters
-
| [in] | user_id_ | User identifier of the administrator. |
| [in] | custom_title_ | Custom title of the administrator. |
| [in] | is_owner_ | True, if the user is the owner of the chat. |
| [in] | can_be_edited_ | True, if the current user can edit the administrator privileges for the administrator. |
◆ store()
| void td::td_api::chatAdministrator::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.
◆ can_be_edited_
| bool td::td_api::chatAdministrator::can_be_edited_ |
True, if the current user can edit the administrator privileges for the administrator.
Definition at line 9637 of file td_api.h.
◆ custom_title_
| string td::td_api::chatAdministrator::custom_title_ |
Custom title of the administrator.
Definition at line 9633 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::chatAdministrator::ID = 436066785 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 9655 of file td_api.h.
◆ is_owner_
| bool td::td_api::chatAdministrator::is_owner_ |
True, if the user is the owner of the chat.
Definition at line 9635 of file td_api.h.
◆ user_id_
| int53 td::td_api::chatAdministrator::user_id_ |
User identifier of the administrator.
Definition at line 9631 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