Class VenueType.
Properties
Address of the venue.
$address : string
Optional. Foursquare identifier of the venue.
$foursquareId : string | null
Optional. Foursquare type of the venue.
$foursquareType : string | null
(For example, “arts_entertainment/default”, “arts_entertainment/aquarium” or “food/icecream”.).
Optional. Google Places identifier of the venue.
$googlePlaceId : string | null
Optional. Google Places type of the venue.
$googlePlaceType : string | null
Venue location.
$location : \TgBotApi\BotApiBase\Type\LocationType
Name of the venue.
$title : string