Raw.InputFileLocation

Raw.InputFileLocation

Deprecated location of a photo

inputFileLocation#dfdaabe1 volume_id:long local_id:int secret:long file_reference:bytes = InputFileLocation;
export namespace Raw {
  export class InputFileLocation {
    constructor(params: {
      volumeId: bigint;
      localId: number;
      secret: bigint;
      fileReference: Buffer;
    }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0xdfdaabe1

Property

  • volumeId : bigint

    Server volume

  • localId : number

    File identifier

  • secret : bigint

    Check sum to access the file

  • fileReference : Buffer

    File reference