1#ifndef TGBOT_INLINEQUERYRESULT_H
2#define TGBOT_INLINEQUERYRESULT_H
43 typedef std::shared_ptr<InlineQueryResult>
Ptr;
std::shared_ptr< InlineKeyboardMarkup > Ptr
This object represents one result of an inline query.
virtual ~InlineQueryResult()
std::string type
Type of the result.
InlineKeyboardMarkup::Ptr replyMarkup
Optional. Inline keyboard attached to the message.
std::string id
Unique identifier for this result, 1-64 bytes.
std::shared_ptr< InlineQueryResult > Ptr