- API ›
- Constructors ›
- InputPeerPhotoFileLocation
InputPeerPhotoFileLocation
---types--- inputPeerPhotoFileLocation#37257e99 big:flags.0?true peer:InputPeer photo_id:long = InputFileLocation
Belongs to
| InputFileLocation |
In Rust this constructor is a variant of the enums::InputFileLocation enum.
Match on it with: if let enums::InputFileLocation::InputPeerPhotoFileLocation(v) = result { ... }
Parameters
Used by
| GetFile |
| GetFileHashes |