You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is happening to my bot on telegram. It is member of a group and whenever a message is posted to the group the incoming activity contains entity of type "mention" and my bot's id. This is the same for every single message in the group. It doesn't matter whether user addressed the bot through "at" symbol or not.
Essentially I have to parse the text and look for "@botName" in the message instead of using entities.
The text was updated successfully, but these errors were encountered:
Fix has been deployed. Closing now. @ncksol If you're still seeing this behavior please @mention me or open a new issue. Thanks for taking the time to report this issue.
This is happening to my bot on telegram. It is member of a group and whenever a message is posted to the group the incoming activity contains entity of type "mention" and my bot's id. This is the same for every single message in the group. It doesn't matter whether user addressed the bot through "at" symbol or not.
Essentially I have to parse the text and look for "@botName" in the message instead of using entities.
The text was updated successfully, but these errors were encountered: