Venue
This object represents a venue.
fields
| field | type | required | description |
|---|---|---|---|
location | Location | required | Venue location. Can't be a live location. |
title | string | required | Name of the venue |
address | string | required | Address of the venue |
foursquare_id | string | optional | Optional. Foursquare identifier of the venue |
foursquare_type | string | optional | Optional. Foursquare type of the venue. (For example, “arts_entertainment/default”, “arts_entertainment/aquarium” or “food/icecream”.) |
google_place_id | string | optional | Optional. Google Places identifier of the venue |
google_place_type | string | optional | Optional. Google Places type of the venue. (See supported types.) |
import
import type { Venue } from "@yaebal/types";used by
types
official Bot API docs: https://core.telegram.org/bots/api/#venue