Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/grammy_menu/deps.deno.ts>Chat.GroupChat

Easily create interactive menus with grammY.
Go to Latest
interface Chat.GroupChat
implements AbstractChat, TitleChat
import { type Chat } from "https://deno.land/x/grammy_menu@v1.1.2/deps.deno.ts";
const { GroupChat } = Chat;

Internal type representing group chats.

Properties

type: "group"