Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/grammy/mod.ts>Context#hasPreCheckoutQuery

The Telegram Bot Framework.
Very Popular
Go to Latest
method Context.prototype.hasPreCheckoutQuery
Re-export
import { Context } from "https://deno.land/x/grammy@v1.25.2/mod.ts";

Returns true if this context object contains the given pre-checkout query, or if the contained pre-checkout query matches the given regular expression. It returns false otherwise. This uses the same logic as bot.preCheckoutQuery.

Parameters

trigger: MaybeArray<string | RegExp>

The string or regex to match

Returns

this is PreCheckoutQueryContextCore