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

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

Back to constructors index

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