VideoNote¶
-
class
pyrogram.types.VideoNote¶ A video note.
- Parameters
file_id (
str) – Unique identifier for this file.file_ref (
str) – Up to date file reference.length (
int) – Video width and height as defined by sender.duration (
int) – Duration of the video in seconds as defined by sender.mime_type (
str, optional) – MIME type of the file as defined by sender.file_size (
int, optional) – File size.date (
int, optional) – Date the video note was sent in Unix time.thumbs (List of
Thumbnail, optional) – Video thumbnails.