Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
type alias AnswerPreCheckoutQuery
import { type AnswerPreCheckoutQuery } from "https://deno.land/x/telegram_bot_api@0.4.0/src/types/payments/methods.ts";
definition: (params: { pre_checkout_query_id: string; ok: boolean; error_message?: string; }) => Promise<true>