5 #ifndef TGBOT_CHOSENINLINERESULT_H 6 #define TGBOT_CHOSENINLINERESULT_H 23 typedef std::shared_ptr<ChosenInlineResult>
Ptr;
55 #endif //TGBOT_CHOSENINLINERESULT_H This object represents a result of an inline query that was chosen by the user and sent to their chat...
User::Ptr from
The user that chose the result.
std::string query
The query that was used to obtain the result.
std::shared_ptr< Location > Ptr
std::shared_ptr< ChosenInlineResult > Ptr
std::string inlineMessageId
Optional. Identifier of the sent inline message.
std::string resultId
The unique identifier for the result that was chosen.
Location::Ptr location
Optional. Sender location, only for bots that require user location.
std::shared_ptr< User > Ptr