Skip to main content
Module

x/grammy_chat_members/deps.deno.ts>Chat.SupergroupChat

Store chats, users, and chat memberships.
Latest
interface Chat.SupergroupChat
implements AbstractChat, UserNameChat, TitleChat
import { type Chat } from "https://deno.land/x/grammy_chat_members@v1.1.0/deps.deno.ts";
const { SupergroupChat } = Chat;

Internal type representing super group chats.

Properties

type: "supergroup"
optional
is_forum: true

True, if the supergroup chat is a forum (has topics enabled)