- API ›
- Constructors ›
- ExportedChatlistInvite
ExportedChatlistInvite
---types--- exportedChatlistInvite#0c5181ac title:string url:string peers:Vector<Peer> = ExportedChatlistInvite
Belongs to
| ExportedChatlistInvite |
In Rust this constructor is a variant of the enums::ExportedChatlistInvite enum.
Match on it with: if let enums::ExportedChatlistInvite::ExportedChatlistInvite(v) = result { ... }