botframework-sdk: Telegram bot doesn't respond in group chats
When using the telegram channel, my bot responds to private messages, but when in a group he doesn’t respond, even when mentioned.
/setjoingroups
is enabled, and so is /setprivacy
, and it is not an inline bot.
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Reactions: 5
- Comments: 19 (3 by maintainers)
My bot has privacy mode enabled. It’s receiving group messages that starts with ‘/’ but it’s not receiving messages that mention him by the @UserName. It’s part of the same issue?
@TexAgg We’ve deployed a fix, can you retry? Additionally, Telegram recently made changes to the way bots and privacy work in group chat. Latest behavior summarized here: https://core.telegram.org/bots#privacy-mode https://core.telegram.org/bots/faq#what-messages-will-my-bot-get
@yss14 Is privacy mode enabled for your Telegram bot? (It is enabled by default). If enabled, your bot won’t receive all group chat messages, only direct messages.
For me it still doesn’t work. I’ve updated the bot connector in VS via nuget package manager to v1.1.0 but my bot still doesn’t respond in group chats (telegram).
Verified this is an issue. I’ve reached out to Telegram for assistance.