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.102/mod.ts";
const { Base } = Chat;

Properties

type: ChatType

Type of chat, can be either "private", "group", "supergroup" or "channel"

id: number

Unique identifier for this chat

color: Color
optional
photo: ChatPhoto

Chat photo.