interface InputVenueMessageContentimport { type InputVenueMessageContent } from "https://dotland.deno.dev/x/grammy@v1.12.0/types.ts"; Represents the content of a venue message to be sent as the result of an inline query. Propertieslatitude: numberLatitude of the venue in degrees longitude: numberLongitude of the venue in degrees title: stringName of the venue address: stringAddress of the venue optionalfoursquare_id: stringFoursquare identifier of the venue, if known optionalfoursquare_type: stringFoursquare type of the venue, if known. (For example, “arts_entertainment/default”, “arts_entertainment/aquarium” or “food/icecream”.) optionalgoogle_place_id: stringGoogle Places identifier of the venue optionalgoogle_place_type: stringGoogle Places type of the venue. (See supported types.)