18 lines
377 B
Markdown
18 lines
377 B
Markdown
## Constructor: inputMediaPhotoExternal
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|url|[string](../types/string.md) | Required|
|
|
|caption|[string](../types/string.md) | Required|
|
|
|
|
|
|
### Type: [InputMedia](../types/InputMedia.md)
|
|
|
|
### Example:
|
|
|
|
|
|
```
|
|
$inputMediaPhotoExternal = ['url' => string, 'caption' => string, ];
|
|
``` |