Constructor: inputDocumentFileLocation
Document location (video, voice, audio, basically every type except photo)
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| id | long | Yes | Document ID |
| access_hash | long | Yes | access_hash parameter from the document constructor |
| file_reference | bytes | Yes | File reference |
| thumb_size | string | Yes | Thumbnail size to download the thumbnail |
Type: InputFileLocation
Example:
$inputDocumentFileLocation = ['_' => 'inputDocumentFileLocation', 'id' => long, 'access_hash' => long, 'file_reference' => 'bytes', 'thumb_size' => 'string'];