MadelineProto/docs/TD_docs/constructors/inputMessageVideoNote.md
2017-08-25 15:05:53 +02:00

26 lines
696 B
Markdown

---
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|
|thumb|[InputThumb](../types/InputThumb.md) | Yes|Video thumb, if available|
|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)