GramIO API Reference / gramio/dist / TelegramInputVenueMessageContent
Interface: TelegramInputVenueMessageContent
Defined in: @gramio/types/out/objects.d.ts:7524
Represents the content of a venue message to be sent as the result of an inline query.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
address | string | Address of the venue | @gramio/types/out/objects.d.ts:7540 |
foursquare_id? | string | Optional. Foursquare identifier of the venue, if known | @gramio/types/out/objects.d.ts:7544 |
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:7548 |
google_place_id? | string | Optional. Google Places identifier of the venue | @gramio/types/out/objects.d.ts:7552 |
google_place_type? | string | Optional. Google Places type of the venue. (See supported types.) | @gramio/types/out/objects.d.ts:7556 |
latitude | number | Latitude of the venue in degrees | @gramio/types/out/objects.d.ts:7528 |
longitude | number | Longitude of the venue in degrees | @gramio/types/out/objects.d.ts:7532 |
title | string | Name of the venue | @gramio/types/out/objects.d.ts:7536 |