Skip to main content
Module

x/mtkruto/mod.ts>Chat.Base

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

Properties

type: ChatType

The type of the chat.

id: number

The identifier of the chat.

color: Color

A color that can be displayed instead of the chat's photo.

optional
photo: ChatPhoto

The chat's photo.