Skip to main content
Module

x/grm/mod.ts>tl.Api.EncryptedFile

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.EncryptedFile
extends VirtualClass<{ id: long; accessHash: long; size: long; dcId: int; keyFingerprint: int; }>
import { tl } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { EncryptedFile } = tl.Api;

Properties

accessHash: long
className: "EncryptedFile"
classType: "constructor"
CONSTRUCTOR_ID: 2818608344
dcId: int
id: long
keyFingerprint: int
size: long
SUBCLASS_OF_ID: 2217371584

Static Methods

fromReader(reader: Reader): EncryptedFile