Video

class bale.Video(file_id, mime_type, width, height, file_size, duration, bot)

Bases: File

This object shows a Video.

file_id

Identifier for this file, which can be used to download or reuse the file.

Type:

str

width

Video width as defined by sender.

Type:

int

file_size

File size in bytes.

Type:

int

height

Video height as defined by sender.

Type:

str

duration

Duration of the video in seconds as defined by sender.

Type:

int

mime_type

MIME type of file as defined by sender.

Type:

str