- API ›
- Constructors ›
- ChannelParticipantLeft
ChannelParticipantLeft
---types--- channelParticipantLeft#1b03f006 peer:Peer = ChannelParticipant
Belongs to
| ChannelParticipant |
In Rust this constructor is a variant of the enums::ChannelParticipant enum.
Match on it with: if let enums::ChannelParticipant::ChannelParticipantLeft(v) = result { ... }
Parameters
| peer | Peer | required |