When user send multiple messages
# 🤝help
c
Hi all, maybe this is a beginners question (: I have already built few complicated bots, but still can't figure this one out. is there a way to handle a situation that user dont know it is a bot and send multiple messages? or just unexpected messages during the flow? Currently what is happen is that, for example: user starts conversation with 2-3 following messages and the messages are inserted to the 2nd and 3rd inputs, which of course needs to be something entirely different. (there is like a queue of messages which I cannot control or dispose) I imagine it has to be a way to control those inputs, otherwise I always depend on user. Please help (: Thanks