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>EncryptedChatRequested_

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

Request to create an encrypted chat.

Constructors

new
EncryptedChatRequested_(params: { folder_id?: number; id: number; access_hash: bigint; date: number; admin_id: bigint; participant_id: bigint; g_a: Uint8Array; })

Properties

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

Check sum depending on user ID

admin_id: bigint

Chat creator ID

date: number

Chat creation date

g_a: Uint8Array

A = g ^ a mod p, see Wikipedia

id: number

Chat ID

participant_id: bigint

ID of second chat participant

Static Properties

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