26 lines
533 B
Markdown
26 lines
533 B
Markdown
|
---
|
||
|
title: messageMediaVideo
|
||
|
description: messageMediaVideo attributes, type and example
|
||
|
---
|
||
|
## Constructor: messageMediaVideo
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|video|[Video](../types/Video.md) | Required|
|
||
|
|caption|[string](../types/string.md) | Required|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [MessageMedia](../types/MessageMedia.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$messageMediaVideo = ['_' => 'messageMediaVideo', 'video' => Video, 'caption' => string, ];
|
||
|
```
|