Skip to main content
Module

x/grammy_hydrate/data/pre-checkout-query.ts>PreCheckoutQueryXFragment

Hydration plugin for API calls and context objects.
Latest
interface PreCheckoutQueryXFragment
import { type PreCheckoutQueryXFragment } from "https://deno.land/x/grammy_hydrate@v1.4.1/data/pre-checkout-query.ts";

Methods

answer(
ok: boolean,
other?: Other<"answerPreCheckoutQuery", "pre_checkout_query_id">,
signal?: AbortSignal,
): Ret<"answerPreCheckoutQuery">

Pre-checkout query-aware alias for api.answerPreCheckoutQuery. Once the user has confirmed their payment and shipping details, the Bot API sends the final confirmation in the form of an Update with the field pre_checkout_query. Use this method to respond to such pre-checkout queries. On success, True is returned. Note: The Bot API must receive an answer within 10 seconds after the pre-checkout query was sent.