Skip to main content
Module

x/mtkruto/mod.ts>types.EncryptedMessageService

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

Constructors

new
EncryptedMessageService(params: { randomId: bigint; chatId: number; date: number; bytes: Uint8Array; })

Properties

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

Static Properties

readonly
[paramDesc]: ParamDesc