rubenlagus / TelegramApi

Java library to create Telegram Clients
MIT License
296 stars 108 forks source link

I want to get all the groups or channels of the current user #96

Open gate-ghb opened 2 years ago

gate-ghb commented 2 years ago

I want to get all the groups or channels of the current user,but there is no api ,It seems to be this method on the official website: channels.getLeftChannels, I can not find the class like getLeftChannels in the TelegramApi, how to add this method by myself. or other ways to achieve