VideoQuality#

class pyrogram.types.VideoQuality#

Describes a video file of a specific quality.

Parameters:
  • file_id (str) – Identifier for this file, which can be used to download or reuse the file.

  • file_unique_id (str) – Unique identifier for this file, which is supposed to be the same over time and for different accounts. Can’t be used to download or reuse the file.

  • width (int) – Video width as defined by sender.

  • height (int) – Video height as defined by sender.

  • codec (str) – Codec used for video file encoding, for example, “h264”, “h265”, or “av1”.

  • file_size (int, optional) – File size.

  • supports_streaming (bool, optional) – True, if the video was uploaded with streaming support.

  • date (datetime, optional) – Date the video was sent.

  • thumbs (List of Thumbnail, optional) – Video thumbnails.