18 lines
383 B
Markdown
18 lines
383 B
Markdown
## Constructor: inputMediaDocumentExternal
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|url|[string](../types/string.md) | Required|
|
|
|caption|[string](../types/string.md) | Required|
|
|
|
|
|
|
### Type: [InputMedia](../types/InputMedia.md)
|
|
|
|
### Example:
|
|
|
|
|
|
```
|
|
$inputMediaDocumentExternal = ['url' => string, 'caption' => string, ];
|
|
``` |