Get a list of channels/supergroups we left, requires a takeout session, see here » for more info.
messages.chats#64ff9fd5 chats:Vector<Chat> = messages.Chats;
messages.chatsSlice#9cd81144 count:int chats:Vector<Chat> = messages.Chats;
---functions---
channels.getLeftChannels#8341ecc0 offset:int = messages.Chats;
Name | Type | Description |
---|---|---|
offset | int | Offset for pagination |
Code | Type | Description |
---|---|---|
403 | TAKEOUT_REQUIRED | A takeout session needs to be initialized first, see here » for more info. |
How to fetch results from large lists of objects.
How to handle channels, supergroups, gigagroups, basic groups, and what's the difference between them.
Telegram's API allows users to export all of their information through the takeout API.