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