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]];