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

x/mtkruto/tl/2_types.ts>UploadFileCdnRedirect

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class UploadFileCdnRedirect
import { UploadFileCdnRedirect } from "https://deno.land/x/mtkruto@0.1.105/tl/2_types.ts";

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