Raw.ChannelAdminLogEventActionParticipantToggleBan
The banned rights of a user were changed
channelAdminLogEventActionParticipantToggleBan#e6d83d7e prev_participant:ChannelParticipant new_participant:ChannelParticipant = ChannelAdminLogEventAction;
export namespace Raw {
export class ChannelAdminLogEventActionParticipantToggleBan {
constructor(params: {
prevParticipant: Raw.TypeChannelParticipant;
newParticipant: Raw.TypeChannelParticipant;
}) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0xe6d83d7e
Property
prevParticipant
: Raw.TypeChannelParticipantOld banned rights of user
newParticipant
: Raw.TypeChannelParticipantNew banned rights of user