inputDocumentFileLocation
Document location (video, voice, audio, basically every type except photo)
type tg.InputDocumentFileLocation struct { /* ... */ }
Implements InputFileLocation.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
ID | int64 | yes | Document ID |
AccessHash | int64 | yes | access_hash parameter from the document constructor |
FileReference | []byte | yes | File reference |
ThumbSize | string | yes | Thumbnail size to download the thumbnail |
References
- Official documentation
- Generated Go reference
- TL definition:
inputDocumentFileLocation#bad07584