inputPhoto
Defines a photo for further interaction.
type tg.InputPhoto struct { /* ... */ }
Implements InputPhoto.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
ID | int64 | yes | Photo identifier |
AccessHash | int64 | yes | access_hash value from the photo constructor |
FileReference | []byte | yes | File reference |
References
- Official documentation
- Generated Go reference
- TL definition:
inputPhoto#3bb3b94a