InputFileLocation#

class pyrogram.raw.types.InputFileLocation#

DEPRECATED location of a photo.

Constructor of InputFileLocation.

Details:
  • Layer: 158

  • ID: DFDAABE1

Parameters:
  • volume_id (int 64-bit) – Server volume.

  • local_id (int 32-bit) – File identifier.

  • secret (int 64-bit) – Check sum to access the file.

  • file_reference (bytes) – File reference.