@dp.message_handler(content_types=["location"])
async def location(message):
await bot.edit_message_live_location(message.location.latitude, message.location.longitude)
aiogram.utils.exceptions.MessageIdentifierNotSpecified: Message identifier is not specified
await bot.edit_message_live_location(message.location.latitude, message.location.longitude, message_id = message.message_id)