MadelineProto/docs/API_docs/constructors/inputChatPhoto.md

18 lines
331 B
Markdown
Raw Normal View History

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