interface Venueimport { type Venue } from "https://dotland.deno.dev/x/grammy@v1.15.2/types.ts"; This object represents a venue. Propertieslocation: LocationVenue location. Can't be a live location title: stringName of the venue address: stringAddress of the venue optionalfoursquare_id: stringFoursquare identifier of the venue optionalfoursquare_type: stringFoursquare type of the venue. (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.)