a specific topic, get the ID of the topic and create a topic using aiogram. I just don't really understand the documentation, can you help please?
bot = Bot('token') async def y(msg): await bot.send_message(message_thread_id=msg.message_thread_id if msg.is_topic_message else None, chat_id=0, text='str')
this is just an example
Обсуждают сегодня