GramIO API Reference / gramio/dist / TelegramVenue
Interface: TelegramVenue
Defined in: @gramio/types/out/objects.d.ts:2083
This object represents a venue.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
address | string | Address of the venue | @gramio/types/out/objects.d.ts:2095 |
foursquare_id? | string | Optional. Foursquare identifier of the venue | @gramio/types/out/objects.d.ts:2099 |
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:2103 |
google_place_id? | string | Optional. Google Places identifier of the venue | @gramio/types/out/objects.d.ts:2107 |
google_place_type? | string | Optional. Google Places type of the venue. (See supported types.) | @gramio/types/out/objects.d.ts:2111 |
location | TelegramLocation | Venue location. Can't be a live location | @gramio/types/out/objects.d.ts:2087 |
title | string | Name of the venue | @gramio/types/out/objects.d.ts:2091 |