- API ›
- Constructors ›
- Chatlists ›
- ExportedChatlistInvite
ExportedChatlistInvite
---types--- chatlists.exportedChatlistInvite#10e6e3a6 filter:DialogFilter invite:ExportedChatlistInvite = chatlists.ExportedChatlistInvite
Belongs to
| chatlists.ExportedChatlistInvite |
In Rust this constructor is a variant of the enums::chatlists.ExportedChatlistInvite enum.
Match on it with: if let enums::chatlists.ExportedChatlistInvite::ExportedChatlistInvite(v) = result { ... }
Parameters
| filter | DialogFilter | required |
| invite | ExportedChatlistInvite | required |