microsoft / BotFramework-Services

Microsoft Bot Framework Services
Creative Commons Attribution 4.0 International
38 stars 11 forks source link

Doesn't Support Telegram Channels #361

Open cmoski opened 9 months ago

cmoski commented 9 months ago

When you join the bot to a telegram channel, the bot only sends messages to the first topic in the channel.

For example, if you have two topics in the channel, #General and #Test, all messages from the bot will go to #General.

The BotBuilder framework should allow us to pass the message_thread_id parameter in Telegram's send_message method to 'reply' to the correct topic.

Any possible fix for this?

xieofxie commented 8 months ago

please submit issue here https://github.com/microsoft/BotFramework-Services/issues Services should handle this