Skip to main content
Module

x/grammy/types.ts>InputVenueMessageContent

The Telegram Bot Framework.
Very Popular
Go to Latest
interface InputVenueMessageContent
import { type InputVenueMessageContent } from "https://deno.land/x/grammy@v1.11.2/types.ts";

Represents the content of a venue message to be sent as the result of an inline query.

Properties

latitude: number

Latitude of the venue in degrees

longitude: number

Longitude of the venue in degrees

title: string

Name of the venue

address: string

Address of the venue

optional
foursquare_id: string

Foursquare identifier of the venue, if known

optional
foursquare_type: string

Foursquare type of the venue, if known. (For example, “arts_entertainment/default”, “arts_entertainment/aquarium” or “food/icecream”.)

optional
google_place_id: string

Google Places identifier of the venue

optional
google_place_type: string

Google Places type of the venue. (See supported types.)