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

x/grammy_types/mod.ts>Chat.GroupChat

Type declarations of the Telegram Bot API.
Go to Latest
interface Chat.GroupChat
implements AbstractChat, TitleChat
import { type Chat } from "https://deno.land/x/grammy_types@v3.4.6/mod.ts";
const { GroupChat } = Chat;

Internal type representing group chats.

Properties

type: "group"