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
This is not possible. The Telegram Bot API does include functionality to query the list of all existing topics.