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.
Verified this is an issue. I've reached out to Telegram for assistance.
@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
Yes it works! Thank you!
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).
@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.
@eanders-MS Thanks, worked for me :)
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?
@hvilela I am facing the same issue. Any workarounds?
@hvilela did you manage to make it respond to mentions of its name?
my bot responds to group interactions with private replies... :/
my bot is not responding on on groups using @botname. But getting response if put / then @botname
any workaround for this issue?
my bot is not responding on on groups using @botName. But getting response if put / then @botName
any workaround for this issue?
when @botName, there should be an array of entities in the message body. And one entry of the array is text_entity, which is your bot name. By checking the entities array, the bot can then response correctly.
ReplayKeyboardMarkup doesn't work in group chats :(
I'm not sure it is a related issue but...
My bot responts to group message with a greeting message(in the group chat) that displays keyboard commands. However, when I select a command it responds on the privat chat and not in the group.
Did someone experience something similar and know how to solve it?
@RobertaDelrio Do you use in response destination chat_id or user_id? (first is correct)
It is chat_id.
However, I think the problem is related to the use of the InlineKeyboard.
Folks! I have the same issue! My bot is not working in the group! Any ideas?
How to give BOT access to send message without making it admin? I have privacy enabled
Most helpful comment
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?