Represents the content of a venue message to be sent as the result of an inline query.
More...
#include <Types.h>
|
| double | latitude { } |
| | Latitude of the venue in degrees.
|
| double | longitude { } |
| | Longitude of the venue in degrees.
|
| 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, if known.
|
| std::optional< std::string > | foursquareType { } |
| | Optional. Foursquare type of the venue, if known. (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.).
|
Represents the content of a venue message to be sent as the result of an inline query.
Definition at line 8136 of file Types.h.
◆ Ptr
◆ address
| std::string TgBot::InputVenueMessageContent::address { } |
Address of the venue.
Definition at line 8157 of file Types.h.
◆ foursquareId
| std::optional<std::string> TgBot::InputVenueMessageContent::foursquareId { } |
Optional. Foursquare identifier of the venue, if known.
Definition at line 8162 of file Types.h.
◆ foursquareType
| std::optional<std::string> TgBot::InputVenueMessageContent::foursquareType { } |
Optional. Foursquare type of the venue, if known. (For example, “arts_entertainment/default”, “arts_entertainment/aquarium” or “food/icecream”.).
Definition at line 8168 of file Types.h.
◆ googlePlaceId
| std::optional<std::string> TgBot::InputVenueMessageContent::googlePlaceId { } |
Optional. Google Places identifier of the venue.
Definition at line 8173 of file Types.h.
◆ googlePlaceType
| std::optional<std::string> TgBot::InputVenueMessageContent::googlePlaceType { } |
Optional. Google Places type of the venue. (See supported types.).
Definition at line 8178 of file Types.h.
◆ latitude
| double TgBot::InputVenueMessageContent::latitude { } |
Latitude of the venue in degrees.
Definition at line 8142 of file Types.h.
◆ longitude
| double TgBot::InputVenueMessageContent::longitude { } |
Longitude of the venue in degrees.
Definition at line 8147 of file Types.h.
◆ title
| std::string TgBot::InputVenueMessageContent::title { } |
Name of the venue.
Definition at line 8152 of file Types.h.
The documentation for this struct was generated from the following file: