mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
1.1 KiB
1.1 KiB
title | description | nav_exclude | image |
---|---|---|---|
inputPhotoLegacyFileLocation | DEPRECATED legacy photo file location | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputPhotoLegacyFileLocation
DEPRECATED legacy photo file location
Attributes:
Name | Type | Required | Description |
---|---|---|---|
id | long | Yes | Photo ID |
access_hash | long | Yes | Access hash |
file_reference | bytes | Yes | File reference |
volume_id | long | Yes | Volume ID |
local_id | int | Yes | Local ID |
secret | long | Yes | Secret |
Type: InputFileLocation
Example:
$inputPhotoLegacyFileLocation = ['_' => 'inputPhotoLegacyFileLocation', 'id' => long, 'access_hash' => long, 'file_reference' => 'bytes', 'volume_id' => long, 'local_id' => int, 'secret' => long];