How to get ALL topics for telegram supergroup using TelegramAPI

324 views Asked by At

I need to get all topics for my telegram group using python3 and pyTelegramBotAPI library. How can I do it?

Thanks!

I can get topic ID during creating. But can't get all topics list. Or may be I dont understand how its works. https://pytba.readthedocs.io/en/latest/types.html#telebot.types.ForumTopic

1

There are 1 answers

4
CallMeStag On BEST ANSWER

This is not possible. The Telegram Bot API does include functionality to query the list of all existing topics.