interface Locationimport { type Location } from "https://dotland.deno.dev/x/grammy@v1.12.4/types.deno.ts"; This object represents a point on the map. Propertieslongitude: numberLongitude as defined by sender latitude: numberLatitude as defined by sender optionalhorizontal_accuracy: numberThe radius of uncertainty for the location, measured in meters; 0-1500 optionallive_period: numberTime relative to the message sending date, during which the location can be updated; in seconds. For active live locations only. optionalheading: numberThe direction in which user is moving, in degrees; 1-360. For active live locations only. optionalproximity_alert_radius: numberThe maximum distance for proximity alerts about approaching another chat member, in meters. For sent live locations only. import Locationimport { Location } from "https://dotland.deno.dev/x/grammy@v1.12.4/types.deno.ts";