MadelineProto/old_docs/API_docs_v57/constructors/inputMediaPhotoExternal.md

28 lines
562 B
Markdown

---
title: inputMediaPhotoExternal
description: inputMediaPhotoExternal attributes, type and example
---
## Constructor: inputMediaPhotoExternal
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|url|[string](../types/string.md) | Required|
|caption|[string](../types/string.md) | Required|
### Type: [InputMedia](../types/InputMedia.md)
### Example:
```
$inputMediaPhotoExternal = ['_' => 'inputMediaPhotoExternal', 'url' => string, 'caption' => string, ];
```