1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-07 23:48:31 +01:00
MadelineProto/docs/API_docs/constructors/inputPhoto.md
2016-12-19 20:35:27 +03:00

16 lines
364 B
Markdown

## 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:
```
$inputPhoto = ['_' => inputPhoto', 'id' => long, 'access_hash' => long, ];
```