Skip to main content
Module

x/mtkruto/3_types.ts>ChatP.Group

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface ChatP.Group
implements Base
import { type ChatP } from "https://deno.land/x/mtkruto@0.1.128/3_types.ts";
const { Group } = ChatP;

Properties

type: "group"
title: string

The title of the chat.

isCreator: boolean

Whether the current user is the owner of the chat.