Answer the question
In order to leave comments, you need to log in
How to find a person nearby using telebot geolocation?
In general, I need to find people nearby, for example, 500 meters or 2 km, who sent their geolocation to the bot, how can this be done, and is it possible at all?
Also, please tell me, can a telegram bot once a minute, for example, determine the geolocation of the person who gave the green light to this in the bot?
Answer the question
In order to leave comments, you need to log in
@bot.message_handler(content_types=['location'])
def handle_loc(message):
print(message.location)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question