Skip to main content
Module

x/grm/src/mod.ts>tl.Api.SecureValueErrorFile

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.SecureValueErrorFile
extends VirtualClass<{ type: Api.TypeSecureValueType; fileHash: bytes; text: string; }>
import { tl } from "https://deno.land/x/grm@0.8.0/src/mod.ts";
const { SecureValueErrorFile } = tl.Api;

Properties

className: "SecureValueErrorFile"
classType: "constructor"
CONSTRUCTOR_ID: 2054162547
fileHash: bytes
SUBCLASS_OF_ID: 101146574
text: string
type: Api.TypeSecureValueType

Static Methods

fromReader(reader: Reader): SecureValueErrorFile