|
tgbot-cpp
|
Represents a location to be sent. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<InputMediaLocation> |
Public Attributes | |
| std::string | type { TYPE } |
| Type of the media, must be location. | |
| double | latitude { } |
| Latitude of the location. | |
| double | longitude { } |
| Longitude of the location. | |
| std::optional< double > | horizontalAccuracy { } |
| Optional. The radius of uncertainty for the location, measured in meters; 0-1500. | |
Static Public Attributes | |
| static TGBOT_API const std::string | TYPE |
| using TgBot::InputMediaLocation::Ptr = std::shared_ptr<InputMediaLocation> |
| std::optional<double> TgBot::InputMediaLocation::horizontalAccuracy { } |
| double TgBot::InputMediaLocation::latitude { } |
| double TgBot::InputMediaLocation::longitude { } |
|
static |
| std::string TgBot::InputMediaLocation::type { TYPE } |