Skip to main content
Module

x/mtkruto/mod.ts>ChatPPrivate

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface ChatPPrivate
implements _ChatPBase
Re-export
import { type ChatPPrivate } from "https://deno.land/x/mtkruto@0.1.702/mod.ts";

Properties

type: "private"
optional
isBot: boolean

Whether this is a bot's chat.

firstName: string

The first name of the user.

optional
lastName: string

The last name of the user.

optional
username: string

The user's main username.

optional
also: string[]

The user's additional usernames.

isScam: boolean

Whether the user has been identified as scam.

isFake: boolean

Whether the user has been identified as an impersonator.

isSupport: boolean

Whether the user is official support.

isVerified: boolean

Whether the user has been verified.

optional
isRestricted: boolean

Whether the user has been restricted.

optional
restrictionReason: RestrictionReason[]

The reason why the user has been restricted.