- API ›
- Constructors ›
- PeerChat
PeerChat
---types--- peerChat#36c6019a chat_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::PeerChat(v) = result { ... }
Parameters
| chat_id | long | required |