ChosenInlineResult

Result of an inline query that was chosen by the user and sent to their chat partner

Members

Functions

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

Variables

from
User from;

The user that chose the result

inline_message_id
string inline_message_id;

Identifier of the sent inline message

location
Location location;

Sender location, only for bots that require user location

query
string query;

The query that was used to obtain the result

result_id
string result_id;

The unique identifier for the result that was chosen

See Also

Meta