Skip to main content
Module

x/mtkruto/mod.ts>types.EncryptedChat

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

Constructors

new
EncryptedChat(params: { id: number; accessHash: bigint; date: number; adminId: bigint; participantId: bigint; gAOrB: Uint8Array; keyFingerprint: bigint; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
accessHash: bigint
adminId: bigint
date: number
gAOrB: Uint8Array
id: number
keyFingerprint: bigint
participantId: bigint

Static Properties

readonly
[paramDesc]: ParamDesc