mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 20:27:46 +01:00
25 lines
460 B
Markdown
25 lines
460 B
Markdown
---
|
|
title: inputChatPhoto
|
|
description: inputChatPhoto attributes, type and example
|
|
---
|
|
## Constructor: inputChatPhoto
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|id|[InputPhoto](../types/InputPhoto.md) | Required|
|
|
|
|
|
|
|
|
### Type: [InputChatPhoto](../types/InputChatPhoto.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$inputChatPhoto = ['_' => 'inputChatPhoto', 'id' => InputPhoto, ];
|
|
``` |