MadelineProto/docs/TD_docs/constructors/inputMessageVideoNote.md

26 lines
703 B
Markdown
Raw Normal View History

2017-08-25 15:05:53 +02:00
---
title: inputMessageVideoNote
description: Video note message
---
## Constructor: inputMessageVideoNote
[Back to constructors index](index.md)
Video note message
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|video\_note|[InputFile](../types/InputFile.md) | Yes|Video note to send|
2017-12-21 21:08:25 +01:00
|thumb|[inputThumb](../constructors/inputThumb.md) | Yes|Video thumb, if available|
2017-08-25 15:05:53 +02:00
|duration|[int](../types/int.md) | Yes|Duration of the video in seconds|
|length|[int](../types/int.md) | Yes|Video width and height, should be positive and not greater than 640|
### Type: [InputMessageContent](../types/InputMessageContent.md)