Skip to main content
Module

x/grammy/context.ts>Context#hasChatType

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

Returns true if this context object belongs to a chat with the given chat type, and false otherwise. This uses the same logic as bot.chatType.

Type Parameters

T extends Chat["type"]

Parameters

chatType: MaybeArray<T>

The chat type to match

Returns

this is ChatTypeContextCore<T>