Skip to main content
Module

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

The Telegram Bot Framework.
Very Popular
Go to Latest
interface Chat.SupergroupChat
implements AbstractChat, UserNameChat, TitleChat
import { type Chat } from "https://deno.land/x/grammy@v1.12.0/types.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)