Skip to main content
Module

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

Conversational interfaces for grammY
Go to Latest
interface Chat.GroupChat
implements AbstractChat, TitleChat
import { type Chat } from "https://deno.land/x/grammy_conversations@v1.1.0/deps.deno.ts";
const { GroupChat } = Chat;

Internal type representing group chats.

Properties

type: "group"