1#ifndef TGBOT_CALLBACKQUERY_H
2#define TGBOT_CALLBACKQUERY_H
18 typedef std::shared_ptr<CallbackQuery>
Ptr;
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::string chatInstance
Global identifier, uniquely corresponding to the chat to which the message with the callback button w...
Message::Ptr message
Optional. Message with the callback button that originated the query. Note that message content and m...
std::shared_ptr< CallbackQuery > Ptr
std::string data
Data associated with the callback button. Be aware that a bad client can send arbitrary data in this ...
std::string gameShortName
std::string id
Unique identifier for this query.
std::shared_ptr< Message > Ptr
std::shared_ptr< User > Ptr