MadelineProtoDocs/docs/API_docs/constructors/messages.exportedChatInvite.md
2024-05-01 14:53:46 +02:00

935 B

title description nav_exclude image redirect_from
messages.exportedChatInvite Info about a chat invite true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png /API_docs/constructors/messages_exportedChatInvite.html

Constructor: messages.exportedChatInvite

Back to constructors index

Info about a chat invite

Attributes:

Name Type Required Description
invite ExportedChatInvite Yes Info about the chat invite
users Array of User Yes Mentioned users

Type: messages.ExportedChatInvite

Example:

$messages_exportedChatInvite = ['_' => 'messages.exportedChatInvite', 'invite' => ExportedChatInvite, 'users' => [User, User]];