Skip to main content
Module

x/grm/mod.ts>Api.SecureFile

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

Properties

accessHash: long
className: "SecureFile"
classType: "constructor"
CONSTRUCTOR_ID: 2097791614
date: int
dcId: int
fileHash: bytes
id: long
secret: bytes
size: long
SUBCLASS_OF_ID: 1572395975

Static Methods

fromReader(reader: Reader): SecureFile