5 #ifndef TGBOT_INLINEQUERYRESULT_H 6 #define TGBOT_INLINEQUERYRESULT_H 23 typedef std::shared_ptr<InlineQueryResult>
Ptr;
63 #endif //TGBOT_INLINEQUERYRESULT_H InlineKeyboardMarkup::Ptr replyMarkup
Optional. Inline keyboard attached to the message.
std::string caption
Optional or missing. See description of derived classes. Caption of the file to be sent...
std::shared_ptr< InputMessageContent > Ptr
virtual ~InlineQueryResult()
std::string type
Type of the result.
InputMessageContent::Ptr inputMessageContent
Requred, optional or missing. See description of derived classes. Content of the message to be sent...
std::shared_ptr< InlineKeyboardMarkup > Ptr
std::string id
Unique identifier for this result. (1-64 bytes)
std::shared_ptr< InlineQueryResult > Ptr
This abstract class is base of all inline query results.
std::string title
Requred, optional or missing. See description of derived classes. Title of the result.