Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/grammy_types/mod.ts>Chat.GroupChat

Types for the Telegram Bot API
Very Popular
Go to Latest
interface Chat.GroupChat
implements AbstractChat, TitleChat
import { type Chat } from "https://deno.land/x/grammy_types@v3.1.2/mod.ts";
const { GroupChat } = Chat;

Internal type representing group chats.

Properties

type: "group"