Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/mod.ts>types.EncryptedMessage

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.EncryptedMessage
extends _TypeEncryptedMessage
import { types } from "https://deno.land/x/mtkruto@0.1.102/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
file: TypeEncryptedFile
randomId: bigint

Static Properties

readonly
[paramDesc]: ParamDesc