mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
1.1 KiB
1.1 KiB
title | description | nav_exclude | image |
---|---|---|---|
channelAdminLogEventActionParticipantToggleAdmin | The admin rights of a user were changed | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: channelAdminLogEventActionParticipantToggleAdmin
The admin rights of a user were changed
Attributes:
Name | Type | Required | Description |
---|---|---|---|
prev_participant | ChannelParticipant | Yes | Previous admin rights |
new_participant | ChannelParticipant | Yes | New admin rights |
Type: ChannelAdminLogEventAction
Example:
$channelAdminLogEventActionParticipantToggleAdmin = ['_' => 'channelAdminLogEventActionParticipantToggleAdmin', 'prev_participant' => ChannelParticipant, 'new_participant' => ChannelParticipant];