MadelineProtoDocs/docs/TD_docs/constructors/videoNote.md

27 lines
912 B
Markdown
Raw Normal View History

2018-04-01 13:19:25 +02:00
---
title: videoNote
description: Describes video note. Video must have equal width and height, cropped to circle and stored in mpeg4 format
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: videoNote
2018-04-01 13:19:25 +02:00
[Back to constructors index](index.md)
Describes video note. Video must have equal width and height, cropped to circle and stored in mpeg4 format
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|duration|[int](../types/int.md) | Yes|Duration of the video in seconds as defined by sender|
|length|[int](../types/int.md) | Yes|Video width and height as defined by sender|
|thumb|[photoSize](../constructors/photoSize.md) | Yes|Video thumb as defined by sender, nullable|
|video|[file](../constructors/file.md) | Yes|File with the video|
### Type: [VideoNote](../types/VideoNote.md)