mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
935 B
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
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]];