I am trying to figure out how to send a message to a group topic thread in telegram. Telegram topics are a sort of sub-group that allows to split a group in multiple subgroups, all with the same users, to keep topics cleanly separated.
The telegram bot API page ( https://core.telegram.org/bots/api#sendmessage ) shows that there is a way to address a specific topic (thread via the message_thread_id parameter) when sending a message. I am not sure how to do this in FlowXO. I thought to use the response path as usual, as in telegram web a topic has the same response path, but with a suffix such as “_8” for the specific topic, but it does not work.
Anyone managed to do this?
Thanks in advance for the help
fabio