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

x/mtkruto/tl/3_functions.ts>req_DH_params_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class req_DH_params_
extends Function_<enums.Server_DH_Params>
import { req_DH_params_ } from "https://deno.land/x/mtkruto@0.1.190/tl/3_functions.ts";

Constructors

new
req_DH_params_(params: { nonce: bigint; server_nonce: bigint; p: Uint8Array; q: Uint8Array; public_key_fingerprint: bigint; encrypted_data: Uint8Array; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
encrypted_data: Uint8Array
nonce: bigint
p: Uint8Array
public_key_fingerprint: bigint
q: Uint8Array
server_nonce: bigint

Static Properties

__F: (params: { nonce: bigint; server_nonce: bigint; p: Uint8Array; q: Uint8Array; public_key_fingerprint: bigint; encrypted_data: Uint8Array; }) => enums.Server_DH_Params
readonly
[name]: string
readonly
[paramDesc]: ParamDesc