mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
1.1 KiB
1.1 KiB
title | description | nav_exclude | image | redirect_from |
---|---|---|---|---|
messages.chatInviteImporters | Info about the users that joined the chat using a specific chat invite | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png | /API_docs/constructors/messages_chatInviteImporters.html |
Constructor: messages.chatInviteImporters
Info about the users that joined the chat using a specific chat invite
Attributes:
Name | Type | Required | Description |
---|---|---|---|
count | int | Yes | Number of users that joined |
importers | Array of ChatInviteImporter | Yes | The users that joined |
users | Array of User | Yes | The users that joined |
Type: messages.ChatInviteImporters
Example:
$messages_chatInviteImporters = ['_' => 'messages.chatInviteImporters', 'count' => int, 'importers' => [ChatInviteImporter, ChatInviteImporter], 'users' => [User, User]];