How can I ask the user for a location? #1334
Unanswered
diegoqueres
asked this question in
Q&A
Replies: 1 comment
-
@diegoqueres You can use the location sharing feature that Telegram provide. It allows users to send any location. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When interacting with the user, the bot must ask several questions and in one of them it will ask the user to share the location of an address. It won't necessarily be his current location, he could provide another location.
I thought about sending a simple message, waiting for the user's response and somehow interpreting whether the response contains location data. Which would wait for the user's response where they would share the location that the bot is waiting for.
I'm using Ability Extension and ReplyFlow to interact with the user.
Is there any better way to do this?
Beta Was this translation helpful? Give feedback.
All reactions