1#ifndef TGBOT_INLINEQUERY_H
2#define TGBOT_INLINEQUERY_H
20 typedef std::shared_ptr<InlineQuery>
Ptr;
This object represents an incoming inline query. When the user sends an empty query,...
std::string offset
Offset of the results to be returned, can be controlled by the bot.
std::shared_ptr< InlineQuery > Ptr
std::string id
Unique identifier for this query.
std::string chatType
Optional. Type of the chat, from which the inline query was sent. Can be either “sender” for a privat...
std::string query
Text of the query (up to 256 characters)
Location::Ptr location
Optional. Sender location, only for bots that request user location.
std::shared_ptr< Location > Ptr
std::shared_ptr< User > Ptr