Ferrite icon indicating copy to clipboard operation
Ferrite copied to clipboard

Implement channels.getAdminedPublicChannels

Open aykutalparslan opened this issue 3 years ago • 0 comments

Get channels/supergroups/geogroups we're admin in. Usually called when the user exceeds the limit for owned public channels/supergroups/geogroups, and the user is given the choice to remove one of his channels/supergroups/geogroups.

messages.chats#64ff9fd5 chats:Vector<Chat> = messages.Chats; messages.chatsSlice#9cd81144 count:int chats:Vector<Chat> = messages.Chats; ---functions--- channels.getAdminedPublicChannels#f8b036af flags:# by_location:flags.0?true check_limit:flags.1?true = messages.Chats;

aykutalparslan avatar Mar 02 '22 17:03 aykutalparslan