def update_location(bot: Bot, update: Update):
"""
Handle location being sent in the conversation
:param bot:
:param update:
:return:
"""
location = update.message.location
set_location(bot, update, [location.latitude, location.longitude])
评论列表
文章目录