Set the topic Id in a telegram notification

I have a group in Telegram with 3 topics. Is it possible to set topic id (message_theard_id) on a telegram notification, to send different notification on each topics?
Thank you very much.

Yes, it's possible to set the topic ID in a Telegram notification if you're using a bot to send messages to a group with topics (threads) enabled. You need to use the message_thread_id parameter in the sendMessage API method. This allows you to target a specific topic within the group. Make sure the bot is an admin with permission to post in threads. Simply include the desired topic’s thread ID when sending the message, and Telegram will post it in that topic. This is useful for organizing notifications across multiple discussion areas in a single group.