MadelineProto/docs/API_docs/constructors/inputChatPhoto.md

15 lines
328 B
Markdown
Raw Normal View History

## Constructor: inputChatPhoto
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|id|[InputPhoto](../types/InputPhoto.md) | Required|
2016-12-19 18:35:27 +01:00
### Type:
2016-12-19 18:35:27 +01:00
[InputChatPhoto](../types/InputChatPhoto.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$inputChatPhoto = ['_' => inputChatPhoto', 'id' => InputPhoto, ];
```