Constructor: channelAdminLogEventActionParticipantToggleBan
The banned rights of a user were changed
Attributes:
Name | Type | Required | Description |
---|---|---|---|
prev_participant | ChannelParticipant | Yes | Old banned rights of user |
new_participant | ChannelParticipant | Yes | New banned rights of user |
Type: ChannelAdminLogEventAction
Example:
$channelAdminLogEventActionParticipantToggleBan = ['_' => 'channelAdminLogEventActionParticipantToggleBan', 'prev_participant' => ChannelParticipant, 'new_participant' => ChannelParticipant];