MadelineProto/docs/API_docs/constructors/inputPhoto.md

18 lines
366 B
Markdown
Raw Normal View History

## 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, ];
```