5 #ifndef TGBOT_CALLBACKQUERY_H 6 #define TGBOT_CALLBACKQUERY_H 22 typedef std::shared_ptr<CallbackQuery>
Ptr;
61 #endif //TGBOT_CALLBACKQUERY_H std::shared_ptr< CallbackQuery > Ptr
std::shared_ptr< Message > Ptr
std::string data
Data associated with the callback button. Be aware that a bad client can send arbitrary data in this ...
Message::Ptr message
Optional. Message with the callback button that originated the query. Note that message content and m...
std::string gameShortName
std::string chatInstance
Global identifier, uniquely corresponding to the chat to which the message with the callback button w...
std::string id
Unique identifier for this query.
This object represents an incoming callback query from a callback button in an inline keyboard...
std::string inlineMessageId
Optional. Identifier of the message sent via the bot in inline mode, that originated the query...
std::shared_ptr< User > Ptr