Interface AnswerPreCheckoutQuery

Sets the result of a pre-checkout query; for bots only. Request type for Tdjson#answerPreCheckoutQuery.

interface AnswerPreCheckoutQuery {
    @type: "answerPreCheckoutQuery";
    error_message: string;
    pre_checkout_query_id: string;
}

Properties

@type: "answerPreCheckoutQuery"
error_message: string

An error message, empty on success.

pre_checkout_query_id: string

Identifier of the pre-checkout query.