Skip to main content
Module

x/mtkruto/mod.ts>ChatType

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

Members

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