Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/mtkruto/types/1_chat.ts>ChatType

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
enum ChatType
import { ChatType } from "https://deno.land/x/mtkruto@0.0.997/types/1_chat.ts";

Members

Channel = "channel"
Group = "group"
Private = "private"
Supergroup = "supergroup"