Skip to main content
Module

x/grammy/types.deno.ts>Venue

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

This object represents a venue.

Properties

location: Location

Venue location. Can't be a live location

title: string

Name of the venue

address: string

Address of the venue

optional
foursquare_id: string

Foursquare identifier of the venue

optional
foursquare_type: string

Foursquare type of the venue. (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.)