Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
locations = {} @dp.message(F.location) async def location_handler(message: types.Message): latitude = message.location.latitude longitude = message.location.longitude locations['latitude'] = latitude locations['longitude'] = longitude