1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-22 12:11:14 +01:00
MadelineProto/docs/API_docs/constructors/inputMediaPhotoExternal.md
2016-12-20 13:15:22 +01:00

25 lines
491 B
Markdown

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