CF Workers Telegram Bot - v11.2.1
    Preparing search index...

    Interface AnswerPreCheckoutParams

    Interface for pre-checkout query parameters

    interface AnswerPreCheckoutParams {
        error_message?: string;
        ok: boolean;
        pre_checkout_query_id: string;
    }
    Index

    Properties

    error_message?: string
    ok: boolean
    pre_checkout_query_id: string