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

x/mtkruto/tl/2_types.ts>EncryptedChatWaiting_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class EncryptedChatWaiting_
import { EncryptedChatWaiting_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

Chat waiting for approval of second participant.

Constructors

new
EncryptedChatWaiting_(params: { id: number; access_hash: bigint; date: number; admin_id: bigint; participant_id: bigint; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
access_hash: bigint

Checking sum depending on user ID

admin_id: bigint

Chat creator ID

date: number

Date of chat creation

id: number

Chat ID

participant_id: bigint

ID of second chat participant

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc