Skip to main content
Module

x/grammy/mod.ts>Context#hasChatType

The Telegram Bot Framework.
Very Popular
Go to Latest
method Context.prototype.hasChatType
Re-export
import { Context } from "https://deno.land/x/grammy@v1.10.1/mod.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 ChatTypeContext<this, T>