Skip to main content
Module

x/mtkruto/mod.ts>types.EncryptedMessage

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

Constructors

new
EncryptedMessage(params: { randomId: bigint; chatId: number; date: number; bytes: Uint8Array; file: TypeEncryptedFile; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
bytes: Uint8Array
chatId: number
date: number
randomId: bigint

Static Properties

readonly
[paramDesc]: ParamDesc