28 lines
577 B
Markdown
28 lines
577 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) | Required|
|
|
|caption|[string](../types/string.md) | Required|
|
|
|
|
|
|
|
|
### Type: [InputMedia](../types/InputMedia.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$inputMediaDocumentExternal = ['_' => 'inputMediaDocumentExternal', 'url' => string, 'caption' => string, ];
|
|
```
|
|
|