Skip to main content
Module

x/mtkruto/mod.ts>Chat.Group

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

Properties

type: "group"
title: string

The title of the chat.

optional
photo: ChatPhoto.Chat

The chat's photo.

isCreator: boolean

Whether the current user is the owner of the chat.