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>InputEncryptedFile_

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

Sets forwarded encrypted file for attachment.

Constructors

new
InputEncryptedFile_(params: { id: bigint; access_hash: bigint; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
access_hash: bigint

Checking sum, value of access_hash parameter from encryptedFile

id: bigint

File ID, value of id parameter from encryptedFile

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc