Please tell me in detail how to create telegram chats with topics, and then process them using handlers
I tried to find something in the aiogram documentation but didn’t find any examples
result: ForumTopic = await bot.create_forum_topic(...)
everything I found, but I don’t understand how to use it correctly