messages.getChatInviteImporters

Get info about the users that joined the chat using a specific chat invite

messages.chatInviteImporters#81b6b00a count:int importers:Vector<ChatInviteImporter> users:Vector<User> = messages.ChatInviteImporters;
---functions---
messages.getChatInviteImporters#26fb7289 peer:InputPeer link:string offset_date:int offset_user:InputUser limit:int = messages.ChatInviteImporters;

Parameters

Name Type Description
peer InputPeer Chat
link string Invite link
offset_date int Offsets for pagination, for more info click here
offset_user InputUser User ID for pagination
limit int Maximum number of results to return, see pagination

Result

messages.ChatInviteImporters

Related pages

Pagination in the API

How to fetch results from large lists of objects.