Layer 220
ChannelParticipantLeft
A participant that left the channel/supergroup
constructor
channelParticipantLeft#1b03f006 peer:Peer = ChannelParticipant;
Parameters
| Name | Type | Description |
|---|---|---|
| Peer | Peer | The peer that left |
Returns
ChannelParticipantGogram Example
// Creating ChannelParticipantLeft constructor obj := &tg.ChannelParticipantLeft{ Peer: &tg.Peer{}, }