- API ›
- Constructors ›
- PeerChannel
PeerChannel
---types--- peerChannel#a2a5371e channel_id:long = Peer
Belongs to
| Peer |
In Rust this constructor is a variant of the enums::Peer enum.
Match on it with: if let enums::Peer::PeerChannel(v) = result { ... }
Parameters
| channel_id | long | required |