Skip to content

GramIO API Reference / gramio/dist / TelegramVenue

Interface: TelegramVenue

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

This object represents a venue.

Documentation

Properties

PropertyTypeDescriptionDefined in
addressstringAddress of the venue@gramio/types/out/objects.d.ts:2155
foursquare_id?stringOptional. Foursquare identifier of the venue@gramio/types/out/objects.d.ts:2159
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:2163
google_place_id?stringOptional. Google Places identifier of the venue@gramio/types/out/objects.d.ts:2167
google_place_type?stringOptional. Google Places type of the venue. (See supported types.)@gramio/types/out/objects.d.ts:2171
locationTelegramLocationVenue location. Can't be a live location@gramio/types/out/objects.d.ts:2147
titlestringName of the venue@gramio/types/out/objects.d.ts:2151