MadelineProtoDocs/docs/API_docs/constructors/channelAdminLogEventActionParticipantToggleBan.md
2024-05-01 14:53:46 +02:00

1.1 KiB

title description nav_exclude image
channelAdminLogEventActionParticipantToggleBan The banned rights of a user were changed true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: channelAdminLogEventActionParticipantToggleBan

Back to constructors index

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];