Link Search Menu Expand Document

Constructor: messages.chatInviteImporters

Back to constructors index

Info about the users that joined the chat using a specific chat invite

Attributes:

NameTypeRequiredDescription
countintYesNumber of users that joined
importersArray of ChatInviteImporterYesThe users that joined
usersArray of UserYesThe users that joined

Type: messages.ChatInviteImporters

Example:

$messages_chatInviteImporters = ['_' => 'messages.chatInviteImporters', 'count' => int, 'importers' => [ChatInviteImporter, ChatInviteImporter], 'users' => [User, User]];