TDLib v0.0.2 TDLib.Object.ChatEventMemberPromoted View Source
A chat member has gained/lost administrator status, or the list of their administrator privileges has changed.
Name | Type | Description |
---|---|---|
user_id | number | Chat member user identifier. |
old_status | ChatMemberStatus | Previous status of the chat member. |
new_status | ChatMemberStatus | New status of the chat member. |
More details on telegram’s documentation.