GramIO API Reference / @gramio/contexts/dist / Venue
Class: Venue
Defined in: contexts/index.d.ts:862
This object represents a venue.
Extended by
Constructors
Constructor
new Venue(
payload):Venue
Defined in: contexts/index.d.ts:864
Parameters
| Parameter | Type |
|---|---|
payload | TelegramVenue |
Returns
Venue
Properties
| Property | Type | Defined in |
|---|---|---|
payload | TelegramVenue | contexts/index.d.ts:863 |
Accessors
[toStringTag]
Get Signature
get [toStringTag]():
string
Defined in: contexts/index.d.ts:866
Returns
string
address
Get Signature
get address():
string
Defined in: contexts/index.d.ts:872
Address of the venue
Returns
string
foursquareId
Get Signature
get foursquareId():
string
Defined in: contexts/index.d.ts:874
Foursquare identifier of the venue
Returns
string
foursquareType
Get Signature
get foursquareType():
string
Defined in: contexts/index.d.ts:876
Foursquare type of the venue
Returns
string
googlePlaceId
Get Signature
get googlePlaceId():
string
Defined in: contexts/index.d.ts:878
Google Places identifier of the venue
Returns
string
googlePlaceType
Get Signature
get googlePlaceType():
string
Defined in: contexts/index.d.ts:883
Google Places type of the venue. (See supported types.)
Returns
string
location
Get Signature
get location():
Location
Defined in: contexts/index.d.ts:868
Venue location
Returns
title
Get Signature
get title():
string
Defined in: contexts/index.d.ts:870
Name of the venue
Returns
string