MadelineProtoDocs/docs/TD_docs/constructors/inputMessageVideo.md

31 lines
1.0 KiB
Markdown
Raw Normal View History

2018-04-01 13:19:25 +02:00
---
title: inputMessageVideo
description: Video 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: inputMessageVideo
2018-04-01 13:19:25 +02:00
[Back to constructors index](index.md)
Video message
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|video|[InputFile](../types/InputFile.md) | Yes|Video to send|
|thumb|[inputThumb](../constructors/inputThumb.md) | Yes|Video thumb, if available|
|added\_sticker\_file\_ids|Array of [int](../types/int.md) | Yes|File identifiers of stickers added onto the video|
|duration|[int](../types/int.md) | Yes|Duration of the video in seconds|
|width|[int](../types/int.md) | Yes|Video width|
|height|[int](../types/int.md) | Yes|Video height|
|caption|[string](../types/string.md) | Yes|Video caption, 0-200 characters|
|ttl|[int](../types/int.md) | Yes|Video TTL in seconds, 0-60. Non-zero TTL can be only specified in private chats|
### Type: [InputMessageContent](../types/InputMessageContent.md)