Get info about the chat invites of a specific chat
Method schema is available as of layer 124. Switch »
Name | Type | Description |
---|---|---|
flags | # | Flags, see TL conditional fields |
revoked | flags.3?true | Whether to fetch revoked chat invites |
peer | InputPeer | Chat |
admin_id | InputUser | Whether to only fetch chat invites from this admin |
offset_date | flags.2?int | Offsets for pagination, for more info click here |
offset_link | flags.2?string | Offsets for pagination, for more info click here |
limit | int | Maximum number of results to return, see pagination |
Code | Type | Description |
---|---|---|
400 | ADMIN_ID_INVALID | The specified admin ID is invalid. |
400 | CHAT_ADMIN_REQUIRED | You must be an admin in this chat to do this. |
400 | PEER_ID_INVALID | The provided peer id is invalid. |
How to fetch results from large lists of objects.