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

countintrequired
invitesVector<ExportedChatInvite>required
usersVector<User>required