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