Skip to main content
Module

x/grammy_hydrate/deps.deno.ts>Context#hasChatType

Hydration plugin for API calls and context objects.
Latest
method Context.prototype.hasChatType
Re-export
import { Context } from "https://deno.land/x/grammy_hydrate@v1.4.1/deps.deno.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>