InputPhotoLegacyFileLocation
- class pyrogram.raw.types.InputPhotoLegacyFileLocation
DEPRECATED legacy photo file location
Constructor of
InputFileLocation.- Details:
Layer:
223ID:
D83466F3
- Parameters:
id (
int64-bit) – Photo IDaccess_hash (
int64-bit) – Access hashfile_reference (
bytes) – File referencevolume_id (
int64-bit) – Volume IDlocal_id (
int32-bit) – Local IDsecret (
int64-bit) – Secret
TL Schema
inputPhotoLegacyFileLocation#d83466f3
id:long
access_hash:long
file_reference:bytes
volume_id:long
local_id:int
secret:long
= InputFileLocation
Parameter Tree
InputPhotoLegacyFileLocation
├── id →
long├── access_hash →
long├── file_reference →
bytes├── volume_id →
long├── local_id →
int└── secret →
longExample
InputPhotoLegacyFileLocation(
id=0,
access_hash=0,
file_reference=b"data",
volume_id=0,
local_id=0,
secret=0,
)