Skip to main content
Module

x/mtkruto/mod.ts>functions.MessagesUploadEncryptedFile

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class functions.MessagesUploadEncryptedFile
extends Function<types.TypeEncryptedFile>
import { functions } from "https://deno.land/x/mtkruto@0.1.117/mod.ts";
const { MessagesUploadEncryptedFile } = functions;

Constructors

new
MessagesUploadEncryptedFile(params: { peer: types.TypeInputEncryptedChat; file: types.TypeInputEncryptedFile; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
file: types.TypeInputEncryptedFile
peer: types.TypeInputEncryptedChat

Static Properties

readonly
[paramDesc]: ParamDesc