MadelineProto/docs/API_docs/constructors/inputMediaPhoto.md

18 lines
371 B
Markdown
Raw Normal View History

## Constructor: inputMediaPhoto
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|id|[InputPhoto](../types/InputPhoto.md) | Required|
|caption|[string](../types/string.md) | Required|
### Type: [InputMedia](../types/InputMedia.md)
### Example:
```
$inputMediaPhoto = ['id' => InputPhoto, 'caption' => string, ];
```