Options
All
  • Public
  • Public/Protected
  • All
Menu

Class InputDocumentFileLocation

Hierarchy

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: { id: BigInteger; accessHash: BigInteger; fileReference: Buffer; thumbSize: string }

Type declaration

  • id: BigInteger
  • accessHash: BigInteger
  • fileReference: Buffer
  • thumbSize: string
CONSTRUCTOR_ID: 3134223748
SUBCLASS_OF_ID: 354669666
classType: "constructor"
className: "InputDocumentFileLocation"
id: BigInteger
accessHash: BigInteger
fileReference: Buffer
thumbSize: string

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): { id: BigInteger; accessHash: BigInteger; fileReference: Buffer; thumbSize: string }
  • Returns { id: BigInteger; accessHash: BigInteger; fileReference: Buffer; thumbSize: string }

    • id: BigInteger
    • accessHash: BigInteger
    • fileReference: Buffer
    • thumbSize: string

Constructors

  • new InputDocumentFileLocation(args: { id: BigInteger; accessHash: BigInteger; fileReference: Buffer; thumbSize: string }): InputDocumentFileLocation

Generated using TypeDoc