Module

x/grammy_types/manage.ts>Chat.SupergroupChat

Type declarations of the Telegram Bot API.
Very Popular
Go to Latest
interface Chat.SupergroupChat
implements AbstractChat, UserNameChat, TitleChat
import { type Chat } from "https://dotland.deno.dev/x/grammy_types@v3.6.2/manage.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)