method Context.prototype.hasPreCheckoutQueryimport { Context } from "https://dotland.deno.dev/x/grammy@v1.31.1/context.ts"; hasPreCheckoutQuery(trigger: MaybeArray<string | RegExp>): this is PreCheckoutQueryContextCoreReturns 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. Parameterstrigger: MaybeArray<string | RegExp>The string or regex to match Returnsthis is PreCheckoutQueryContextCore