channelParticipantBanned
Banned/kicked user
type tg.ChannelParticipantBanned struct { /* ... */ }
Implements ChannelParticipant.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Left | bool | — | Whether the user has left the group |
Peer | PeerClass | yes | The banned peer |
KickedBy | int64 | yes | User was kicked by the specified admin |
Date | int | yes | When did the user join the group |
BannedRights | ChatBannedRights | yes | Banned rights |
Rank | string | — | The participant's tag ». |
References
- Official documentation
- Generated Go reference
- TL definition:
channelParticipantBanned#d5f0ad91