CallbackQuery

Incoming callback query

Members

Functions

isNull
bool isNull()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

chat_instance
string chat_instance;

Global identifier, uniquely corresponding to the chat to which the message with the callback button was sent

data
string data;

Data associated with the callback button

from
User from;

Sender

game_short_name
string game_short_name;

Short name of a Game to be returned

id
string id;

Unique identifier for this query

inline_message_id
string inline_message_id;

Identifier of the message sent via the bot in inline mode, that originated the query

message
Message message;

Message with the callback button that originated the query

See Also

Meta