Skip to main content
Module

x/mtkruto/mod.ts>functions.MessagesSendEncryptedFile

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

Constructors

new
MessagesSendEncryptedFile(params: { silent?: true; peer: types.TypeInputEncryptedChat; randomId: bigint; data: Uint8Array; file: types.TypeInputEncryptedFile; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
data: Uint8Array
randomId: bigint
optional
silent: true

Static Properties

readonly
[paramDesc]: ParamDesc