p = "yehudalev"
x = await bot.create_forum_topic(
chat_id=p,
name="Test Topic from Bot"
)
print(f"{x=}")
await bot.send_message(
"yehudalev",
"Hello from bot in new topic!",
message_thread_id=x.message_thread_id,
)
on production, we get
BOT_FORUM_CREATE_FORBIDDEN




