MadelineProto/docs/API_docs/constructors/inputMediaPhotoExternal.md

18 lines
377 B
Markdown
Raw Normal View History

## 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, ];
```