5 #ifndef TGBOT_INLINEQUERY_H 6 #define TGBOT_INLINEQUERY_H 23 typedef std::shared_ptr<InlineQuery>
Ptr;
53 #endif //TGBOT_INLINEQUERY_H
std::shared_ptr< Location > Ptr
std::string query
Text of the query.
Location::Ptr location
Optional. Sender location, only for bots that request user location.
std::string offset
Offset of the results to be returned.
This object represents an incoming inline query.
std::shared_ptr< InlineQuery > Ptr
std::string id
Unique query identifier.
std::shared_ptr< User > Ptr