Skip to main content
Module

x/mtkruto/mod.ts>types.ServerDHParamsOK

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.ServerDHParamsOK
extends _TypeServerDHParams
import { types } from "https://deno.land/x/mtkruto@0.1.102/mod.ts";
const { ServerDHParamsOK } = types;

Constructors

new
ServerDHParamsOK(params: { nonce: bigint; serverNonce: bigint; encryptedAnswer: Uint8Array; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
encryptedAnswer: Uint8Array
nonce: bigint
serverNonce: bigint

Static Properties

readonly
[paramDesc]: ParamDesc