Skip to content

GramIO API Reference / gramio/dist / TelegramVenue

Interface: TelegramVenue

Defined in: @gramio/types/out/objects.d.ts:2083

This object represents a venue.

Documentation

Properties

PropertyTypeDescriptionDefined in
addressstringAddress of the venue@gramio/types/out/objects.d.ts:2095
foursquare_id?stringOptional. Foursquare identifier of the venue@gramio/types/out/objects.d.ts:2099
foursquare_type?stringOptional. 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?stringOptional. Google Places identifier of the venue@gramio/types/out/objects.d.ts:2107
google_place_type?stringOptional. Google Places type of the venue. (See supported types.)@gramio/types/out/objects.d.ts:2111
locationTelegramLocationVenue location. Can't be a live location@gramio/types/out/objects.d.ts:2087
titlestringName of the venue@gramio/types/out/objects.d.ts:2091