Skip to main content
Module

x/mtkruto/mod.ts>types.MessagesDhConfig

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

Constructors

new
MessagesDhConfig(params: { g: number; p: Uint8Array; version: number; random: Uint8Array; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
g: number
p: Uint8Array
random: Uint8Array
version: number

Static Properties

readonly
[paramDesc]: ParamDesc