Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/grammy/types.deno.ts>Chat.GroupChat

The Telegram Bot Framework.
Go to Latest
interface Chat.GroupChat
implements AbstractChat, TitleChat
import { type Chat } from "https://deno.land/x/grammy@v1.19.1/types.deno.ts";
const { GroupChat } = Chat;

Internal type representing group chats.

Properties

type: "group"