37 lines
696 B
Markdown
37 lines
696 B
Markdown
---
|
|
title: inputMediaDocumentExternal
|
|
description: inputMediaDocumentExternal attributes, type and example
|
|
---
|
|
## Constructor: inputMediaDocumentExternal
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|url|[string](../types/string.md) | Yes|
|
|
|caption|[string](../types/string.md) | Yes|
|
|
|
|
|
|
|
|
### Type: [InputMedia](../types/InputMedia.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$inputMediaDocumentExternal = ['_' => 'inputMediaDocumentExternal', 'url' => string, 'caption' => string, ];
|
|
```
|
|
|
|
Or, if you're into Lua:
|
|
|
|
|
|
```
|
|
inputMediaDocumentExternal={_='inputMediaDocumentExternal', url=string, caption=string, }
|
|
|
|
```
|
|
|
|
|