ExportedInvites

---types---
chatlists.exportedInvites#10ab6dc7 invites:Vector<ExportedChatlistInvite> chats:Vector<Chat> users:Vector<User> = chatlists.ExportedInvites

Belongs to

chatlists.ExportedInvites

In Rust this constructor is a variant of the enums::chatlists.ExportedInvites enum.
Match on it with: if let enums::chatlists.ExportedInvites::ExportedInvites(v) = result { ... }

Parameters

invitesVector<ExportedChatlistInvite>required
chatsVector<Chat>required
usersVector<User>required