Hello everyone!
I've read a lot around here but never posted because I never had any big bugs until now....
I have encountered a problem related to interactions.
Let me put it in context:
Let's imagine that the bot has sent a message with a simple button and if they click on that button it creates a private thread for the user and sends them another message in which they have a dropdown with several options.
If you select the first option it sends you a message with a new view with a button that cancels a search that I do from behind in the code, apparently nothing is seen.
The problem is that only the last user who interacted with the bot and clicks on that button does what he has to do and cancels that search and cancels also the rest. Users who interacted previously can click on that button but it does nothing, like the view expired, suggesting that the interactions may be in conflict.
Is it somehow possible for a user interaction to interfere with another user's interaction and also in different threads?