Skip to main content
Module

x/grammy/mod.ts>Context#hasText

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

Returns true if this context object contains the given text, or if it contains text that matches the given regular expression. It returns false otherwise. This uses the same logic as bot.hears.

Parameters

trigger: MaybeArray<string | RegExp>

The string or regex to match

Returns

this is HearsContextCore