We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
please submit issue here https://github.com/microsoft/BotFramework-Services/issues Services should handle this
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: