- API ›
- Constructors ›
- Messages ›
- ExportedChatInvite
ExportedChatInvite
---types--- messages.exportedChatInvite#1871be50 invite:ExportedChatInvite users:Vector<User> = messages.ExportedChatInvite
Belongs to
| messages.ExportedChatInvite |
In Rust this constructor is a variant of the enums::messages.ExportedChatInvite enum.
Match on it with: if let enums::messages.ExportedChatInvite::ExportedChatInvite(v) = result { ... }
Parameters
| invite | ExportedChatInvite | required |
| users | Vector<User> | required |