Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/types/1_chat_p.ts>ChatP.Private

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

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.

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.