MadelineProtoDocs/docs/TD_docs/constructors/inputMessageVideoNote.md

27 lines
776 B
Markdown
Raw Normal View History

2018-04-01 13:19:25 +02:00
---
title: inputMessageVideoNote
description: Video note message
2018-04-04 19:52:48 +02:00
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
2018-04-01 13:19:25 +02:00
---
2018-04-05 01:19:57 +02:00
# Constructor: inputMessageVideoNote
2018-04-01 13:19:25 +02:00
[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](../constructors/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)