1.0 KiB
1.0 KiB
title | description | image |
---|---|---|
video | Describes video file | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: video
Describes video file
Attributes:
Name | Type | Required | Description |
---|---|---|---|
duration | int | Yes | Duration of the video in seconds as defined by sender |
width | int | Yes | Video width as defined by sender |
height | int | Yes | Video height as defined by sender |
file_name | string | Yes | Original name of a file as defined by sender |
mime_type | string | Yes | MIME type of a file as defined by sender |
has_stickers | Bool | Yes | True, if some stickers was added to the photo |
thumb | photoSize | Yes | Video thumb as defined by sender, nullable |
video | file | Yes | File with the video |