18 lines
366 B
Markdown
18 lines
366 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, ];
|
|
``` |