mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-15 08:56:56 +01:00
986 B
986 B
title | description |
---|---|
video | Describes video file |
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 |