inputPeerPhotoFileLocation
Location of profile photo of channel/group/supergroup/user
type tg.InputPeerPhotoFileLocation struct { /* ... */ }
Implements InputFileLocation.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Big | bool | — | Whether to download the high-quality version of the picture |
Peer | InputPeerClass | yes | The peer whose profile picture should be downloaded |
PhotoID | int64 | yes | Photo ID |
References
- Official documentation
- Generated Go reference
- TL definition:
inputPeerPhotoFileLocation#37257e99