Constructor: channelParticipantBanned
Banned/kicked user
Attributes:
| Name | Type | Required | Description | 
|---|---|---|---|
| left | Bool | Optional | Whether the user has left the group | 
| peer | long | Yes | The banned peer | 
| kicked_by | long | Yes | User was kicked by the specified admin | 
| date | int | Yes | When did the user join the group | 
| banned_rights | ChatBannedRights | Yes | Banned rights | 
Type: ChannelParticipant
Example:
 $channelParticipantBanned = ['_' => 'channelParticipantBanned', 'left' => Bool, 'peer' => long, 'kicked_by' => long, 'date' => int, 'banned_rights' => ChatBannedRights];