This object represents a venue.
More...
#include <Types.h>
|
| std::shared_ptr< Location > | location { } |
| | Venue location. Can't be a live location.
|
| std::string | title { } |
| | Name of the venue.
|
| std::string | address { } |
| | Address of the venue.
|
| std::optional< std::string > | foursquareId { } |
| | Optional. Foursquare identifier of the venue.
|
| std::optional< std::string > | foursquareType { } |
| | Optional. Foursquare type of the venue. (For example, “arts_entertainment/default”, “arts_entertainment/aquarium” or “food/icecream”.).
|
| std::optional< std::string > | googlePlaceId { } |
| | Optional. Google Places identifier of the venue.
|
| std::optional< std::string > | googlePlaceType { } |
| | Optional. Google Places type of the venue. (See supported types.).
|
This object represents a venue.
Definition at line 15010 of file Types.h.
◆ Ptr
◆ address
| std::string TgBot::Venue::address { } |
Address of the venue.
Definition at line 15026 of file Types.h.
◆ foursquareId
| std::optional<std::string> TgBot::Venue::foursquareId { } |
Optional. Foursquare identifier of the venue.
Definition at line 15031 of file Types.h.
◆ foursquareType
| std::optional<std::string> TgBot::Venue::foursquareType { } |
Optional. Foursquare type of the venue. (For example, “arts_entertainment/default”, “arts_entertainment/aquarium” or “food/icecream”.).
Definition at line 15037 of file Types.h.
◆ googlePlaceId
| std::optional<std::string> TgBot::Venue::googlePlaceId { } |
Optional. Google Places identifier of the venue.
Definition at line 15042 of file Types.h.
◆ googlePlaceType
| std::optional<std::string> TgBot::Venue::googlePlaceType { } |
Optional. Google Places type of the venue. (See supported types.).
Definition at line 15047 of file Types.h.
◆ location
| std::shared_ptr<Location> TgBot::Venue::location { } |
◆ title
| std::string TgBot::Venue::title { } |
Name of the venue.
Definition at line 15021 of file Types.h.
The documentation for this struct was generated from the following file: