messages.exportedChatInvites#bdc62dcc count:int invites:Vector<ExportedChatInvite> users:Vector<User> = messages.ExportedChatInvites;
| Name | Type | Description |
|---|---|---|
| count | int | Total number of records, not the size of this page. |
| invites | Vector<ExportedChatInvite> | |
| users | Vector<User> | Users referenced by the response — the client should put them in its cache. |