Skip to main content
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.147/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]
protected
readonly
[params]: Params
encrypted_data: Uint8Array
nonce: bigint
p: Uint8Array
public_key_fingerprint: bigint
q: Uint8Array
server_nonce: bigint

Static Properties

__F
readonly
[name]
readonly
[paramDesc]: ParamDesc