Contains info about a chat invite, and eventually a pointer to the newest chat invite.
messages.exportedChatInvite#1871be50 invite:ExportedChatInvite users:Vector<User> = messages.ExportedChatInvite;
messages.exportedChatInviteReplaced#222600ef invite:ExportedChatInvite new_invite:ExportedChatInvite users:Vector<User> = messages.ExportedChatInvite;
---functions---
messages.getExportedChatInvite#73746f5c peer:InputPeer link:string = messages.ExportedChatInvite;
messages.editExportedChatInvite#2e4ffbe flags:# revoked:flags.2?true peer:InputPeer link:string expire_date:flags.0?int usage_limit:flags.1?int = messages.ExportedChatInvite;
Constructor | Description |
---|---|
messages.exportedChatInvite | Info about a chat invite |
messages.exportedChatInviteReplaced | The specified chat invite was replaced with another one |
Method | Description |
---|---|
messages.getExportedChatInvite | Get info about a chat invite |
messages.editExportedChatInvite | Edit an exported chat invite |