GramIO API Reference / gramio/dist / TelegramVenue
Interface: TelegramVenue
Defined in: @gramio/types/out/objects.d.ts:2393
This object represents a venue.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
address | string | Address of the venue | @gramio/types/out/objects.d.ts:2405 |
foursquare_id? | string | Optional. Foursquare identifier of the venue | @gramio/types/out/objects.d.ts:2409 |
foursquare_type? | string | Optional. Foursquare type of the venue. (For example, “arts_entertainment/default”, “arts_entertainment/aquarium” or “food/icecream”.) | @gramio/types/out/objects.d.ts:2413 |
google_place_id? | string | Optional. Google Places identifier of the venue | @gramio/types/out/objects.d.ts:2417 |
google_place_type? | string | Optional. Google Places type of the venue. (See supported types.) | @gramio/types/out/objects.d.ts:2421 |
location | TelegramLocation | Venue location. Can't be a live location. | @gramio/types/out/objects.d.ts:2397 |
title | string | Name of the venue | @gramio/types/out/objects.d.ts:2401 |