Interface AnswerWebAppQuery

Sets the result of interaction with a Web App and sends corresponding message on behalf of the user to the chat from which the query originated; for bots only. Request type for Tdjson#answerWebAppQuery.

interface AnswerWebAppQuery {
    @type: "answerWebAppQuery";
    result: InputInlineQueryResult;
    web_app_query_id: string;
}

Properties

@type: "answerWebAppQuery"

The result of the query.

web_app_query_id: string

Identifier of the Web App query.