PaidMediaVideo

class telegram.PaidMediaVideo(video, *, api_kwargs=None)[source]

Bases: telegram.PaidMedia

The paid media is a video.

Objects of this class are comparable in terms of equality. Two objects of this class are considered equal, if their video are equal.

Added in version 21.4.

Parameters:
type[source]

Type of the paid media, always 'video'.

Type:

str

video[source]

The video.

Type:

telegram.Video