ChannelParticipantBanned

---types---
channelParticipantBanned#d5f0ad91 left:flags.0?true peer:Peer kicked_by:long date:int banned_rights:ChatBannedRights rank:flags.2?string = ChannelParticipant

Belongs to

ChannelParticipant

In Rust this constructor is a variant of the enums::ChannelParticipant enum.
Match on it with: if let enums::ChannelParticipant::ChannelParticipantBanned(v) = result { ... }

Parameters

lefttrueoptional
peerPeerrequired
kicked_bylongrequired
dateintrequired
banned_rightsChatBannedRightsrequired
rankstringoptional