MadelineProto/old_docs/API_docs_v46/constructors/inputMediaVideo.md

28 lines
538 B
Markdown
Raw Normal View History

---
title: inputMediaVideo
description: inputMediaVideo attributes, type and example
---
## Constructor: inputMediaVideo
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|video|[InputVideo](../types/InputVideo.md) | Required|
|caption|[string](../types/string.md) | Required|
### Type: [InputMedia](../types/InputMedia.md)
### Example:
```
$inputMediaVideo = ['_' => 'inputMediaVideo', 'video' => InputVideo, 'caption' => string, ];
```