5 #ifndef TGBOT_INPUTLOCATIONMESSAGECONTENT_H 6 #define TGBOT_INPUTLOCATIONMESSAGECONTENT_H 19 typedef std::shared_ptr<InputLocationMessageContent>
Ptr;
39 #endif //TGBOT_INPUTLOCATIONMESSAGECONTENT_H std::shared_ptr< InputLocationMessageContent > Ptr
This object represents the content of a message to be sent as a result of an inline query...
float longitude
Longitude of the location in degrees.
virtual ~InputLocationMessageContent()
float latitude
Latitude of the location in degrees.
Represents the content of a location message to be sent as the result of an inline query...
InputLocationMessageContent()