Good afternoon. please tell me how to send messages to

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?

2 ответов

25 просмотров

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')

Похожие вопросы

Карта сайта