Skip to main content
Module

x/mtkruto/mod.ts>types.UploadFileCdnRedirect

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

Constructors

new
UploadFileCdnRedirect(params: { dcId: number; fileToken: Uint8Array; encryptionKey: Uint8Array; encryptionIv: Uint8Array; fileHashes: Array<TypeFileHash>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
dcId: number
encryptionIv: Uint8Array
encryptionKey: Uint8Array
fileHashes: Array<TypeFileHash>
fileToken: Uint8Array

Static Properties

readonly
[paramDesc]: ParamDesc