Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
method Context.prototype.hasShippingQuery
Re-export
import { Context } from "https://deno.land/x/grammy_menu@v1.2.2/deps.deno.ts";

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

Parameters

trigger: MaybeArray<string | RegExp>

The string or regex to match

Returns

this is ShippingQueryContextCore