Skip to main content
Module

x/mtkruto/mod.ts>types.ResPQ

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

Constructors

new
ResPQ(params: { nonce: bigint; serverNonce: bigint; pq: Uint8Array; serverPublicKeyFingerprints: Array<bigint>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
nonce: bigint
pq: Uint8Array
serverNonce: bigint
serverPublicKeyFingerprints: Array<bigint>

Static Properties

readonly
[paramDesc]: ParamDesc