mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 16:27:22 +01:00
26 lines
527 B
Markdown
26 lines
527 B
Markdown
---
|
|
title: inputMediaPhoto
|
|
description: inputMediaPhoto attributes, type and example
|
|
---
|
|
## Constructor: inputMediaPhoto
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|id|[InputPhoto](../types/InputPhoto.md) | Required|
|
|
|caption|[string](../types/string.md) | Required|
|
|
|
|
|
|
|
|
### Type: [InputMedia](../types/InputMedia.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$inputMediaPhoto = ['_' => inputMediaPhoto', 'id' => InputPhoto, 'caption' => string, ];
|
|
``` |