Skip to main content
Module

x/mtkruto/mod.ts>ChatP.ChannelBase

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

Properties

title: string

The title of the chat or channel.

optional
username: string

The main username of the chat or channel.

isScam: boolean

Whether the chat or channel has been identified as scam.

isFake: boolean

Whether the chat or channel has been identified as an impersonator.

isVerified: boolean

Whether the chat or channel has been verified.

isRestricted: boolean

Whether the chat or channel has been restricted.

optional
restrictionReason: RestrictionReason[]

The reason why the chat or channel has been restricted.