MadelineProto/docs/TD_docs/constructors/videoNote.md

26 lines
839 B
Markdown
Raw Normal View History

2017-08-25 15:05:53 +02:00
---
title: videoNote
description: Describes video note. Video must have equal width and height, cropped to circle and stored in mpeg4 format
---
## Constructor: videoNote
[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|
2017-09-29 15:50:59 +02:00
|thumb|[photoSize](../constructors/photoSize.md) | Yes|Video thumb as defined by sender, nullable|
|video|[file](../constructors/file.md) | Yes|File with the video|
2017-08-25 15:05:53 +02:00
### Type: [VideoNote](../types/VideoNote.md)