InputPhotoFileLocation

---types---
inputPhotoFileLocation#40181ffe id:long access_hash:long file_reference:bytes thumb_size:string = InputFileLocation

Belongs to

InputFileLocation

In Rust this constructor is a variant of the enums::InputFileLocation enum.
Match on it with: if let enums::InputFileLocation::InputPhotoFileLocation(v) = result { ... }

Parameters

idlongrequired
access_hashlongrequired
file_referencebytesrequired
thumb_sizestringrequired

Used by

GetFile
GetFileHashes