#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = -1736025145 |
| | Identifier uniquely determining a type of the object.
|
| |
User rights changed in a chat; for bots only.
Definition at line 83095 of file td_api.h.
◆ updateChatMember() [1/2]
| td::td_api::updateChatMember::updateChatMember |
( |
| ) |
|
User rights changed in a chat; for bots only.
◆ updateChatMember() [2/2]
User rights changed in a chat; for bots only.
- Parameters
-
| [in] | chat_id_ | Chat identifier. |
| [in] | actor_user_id_ | Identifier of the user, changing the rights. |
| [in] | date_ | Point in time (Unix timestamp) when the user rights were changed. |
| [in] | invite_link_ | If user has joined the chat using an invite link, the invite link; may be null. |
| [in] | via_join_request_ | True, if the user has joined the chat after sending a join request and being approved by an administrator. |
| [in] | via_chat_folder_invite_link_ | True, if the user has joined the chat using an invite link for a chat folder. |
| [in] | old_chat_member_ | Previous chat member. |
| [in] | new_chat_member_ | New chat member. |
◆ store()
| void td::td_api::updateChatMember::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.
◆ actor_user_id_
| int53 td::td_api::updateChatMember::actor_user_id_ |
Identifier of the user, changing the rights.
Definition at line 83108 of file td_api.h.
◆ chat_id_
| int53 td::td_api::updateChatMember::chat_id_ |
◆ date_
| int32 td::td_api::updateChatMember::date_ |
Point in time (Unix timestamp) when the user rights were changed.
Definition at line 83110 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::updateChatMember::ID = -1736025145 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 83142 of file td_api.h.
◆ invite_link_
If user has joined the chat using an invite link, the invite link; may be null.
Definition at line 83112 of file td_api.h.
◆ new_chat_member_
◆ old_chat_member_
◆ via_chat_folder_invite_link_
| bool td::td_api::updateChatMember::via_chat_folder_invite_link_ |
True, if the user has joined the chat using an invite link for a chat folder.
Definition at line 83116 of file td_api.h.
◆ via_join_request_
| bool td::td_api::updateChatMember::via_join_request_ |
True, if the user has joined the chat after sending a join request and being approved by an administrator.
Definition at line 83114 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