GramIO API Reference / gramio/dist / TelegramInputMediaVenue
Interface: TelegramInputMediaVenue
Defined in: @gramio/types/out/objects.d.ts:6588
Represents a venue to be sent.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
address | string | Address of the venue | @gramio/types/out/objects.d.ts:6608 |
foursquare_id? | string | Optional. Foursquare identifier of the venue | @gramio/types/out/objects.d.ts:6612 |
foursquare_type? | string | Optional. Foursquare type of the venue, if known. (For example, “arts_entertainment/default”, “arts_entertainment/aquarium” or “food/icecream”.) | @gramio/types/out/objects.d.ts:6616 |
google_place_id? | string | Optional. Google Places identifier of the venue | @gramio/types/out/objects.d.ts:6620 |
google_place_type? | string | Optional. Google Places type of the venue. (See supported types.) | @gramio/types/out/objects.d.ts:6624 |
latitude | number | Latitude of the location | @gramio/types/out/objects.d.ts:6596 |
longitude | number | Longitude of the location | @gramio/types/out/objects.d.ts:6600 |
title | string | Name of the venue | @gramio/types/out/objects.d.ts:6604 |
type | "venue" | Type of the media, must be venue | @gramio/types/out/objects.d.ts:6592 |