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