channels.getLeftChannels

Get a list of channels/supergroups we left

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;

Parameters

Name Type Description
offset int Offset for pagination

Result

messages.Chats

Possible errors

Code Type Description
403 TAKEOUT_REQUIRED A takeout session has to be initialized, first

Related pages

Pagination in the API

How to fetch results from large lists of objects.

Channels

How to handle channels, supergroups, groups, and what's the difference between them.