1007 B
1007 B
title | description | image |
---|---|---|
inputPhotoFileLocation | Photo file location | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputPhotoFileLocation
Photo file location
Attributes:
Name | Type | Required | Description |
---|---|---|---|
id | long | Yes | ID |
access_hash | long | Yes | Access hash |
file_reference | bytes | Yes | File reference |
thumb_size | string | Yes | Thumb size |
Type: InputFileLocation
Example:
$inputPhotoFileLocation = ['_' => 'inputPhotoFileLocation', 'id' => long, 'access_hash' => long, 'file_reference' => 'bytes', 'thumb_size' => 'string'];
Or, if you're into Lua:
inputPhotoFileLocation={_='inputPhotoFileLocation', id=long, access_hash=long, file_reference='bytes', thumb_size='string'}