Constructor: inputPhoto
Defines a photo for further interaction.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
id | long | Yes | Photo identifier |
access_hash | long | Yes | access_hash value from the photo constructor |
file_reference | bytes | Yes | File reference |
Type: InputPhoto
Example:
$inputPhoto = ['_' => 'inputPhoto', 'id' => long, 'access_hash' => long, 'file_reference' => 'bytes'];