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
I'm having an issue where a Bot inside a group chat (with privacy mode off) will trigger the event (such as bot.onText) only the first time but not on subsequent messages.
How to reproduce:
Create / load a bot which has privacy mode turned off and invite it into a group chat (Use something similar to the example code and long-polling).
Trigger the onText event by sending a message to the group-chat room manually.
Wait about a minute then try to trigger the bot event again (doesn't have to be the same text). This time the bot's event will fail to fire.
Trigger the event by sending a message to the bot directly (This time it will work).
Do step 4 again, there is no problem.
Is anyone else able to reproduce this?
The text was updated successfully, but these errors were encountered:
If information from any of the above issues fixes it for you, please mention it here and close the issue! Otherwise, am marking this issue stale to be closed in the future, should no activity be seen on this thread!
Hi,
I'm having an issue where a Bot inside a group chat (with privacy mode off) will trigger the event (such as bot.onText) only the first time but not on subsequent messages.
How to reproduce:
Is anyone else able to reproduce this?
The text was updated successfully, but these errors were encountered: