2016-12-19 16:56:52 +01:00
|
|
|
## Constructor: inputPhoto
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required |
|
|
|
|
|----------|:-------------:|---------:|
|
|
|
|
|id|[long](../types/long.md) | Required|
|
|
|
|
|access\_hash|[long](../types/long.md) | Required|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [InputPhoto](../types/InputPhoto.md)
|
|
|
|
|
|
|
|
### Example:
|
|
|
|
|
|
|
|
|
|
|
|
```
|
2016-12-19 17:48:27 +01:00
|
|
|
$inputPhoto = ['_' => inputPhoto', 'id' => long, 'access_hash' => long, ];
|
2016-12-19 16:56:52 +01:00
|
|
|
```
|