Hello,
Building a bot that requires the location of the user.
I implemented successfully a request location for Messenger and Telegram. ( flow 1)
It picks up the location correctly via a 2nd flow that receives the location.
However, when there is a Bot-send message AFTER the location request in flow 1, then the location request is not shown anymore.
I added other services between the location request and the bot-send message, but that did not help.
How to solve?