PaidMediaVideo¶
- class aiogram.types.paid_media_video.PaidMediaVideo(*, type: Literal[PaidMediaType.VIDEO] = PaidMediaType.VIDEO, video: Video, **extra_data: Any)[source]¶
The paid media is a video.
Source: https://core.telegram.org/bots/api#paidmediavideo
- type: Literal[PaidMediaType.VIDEO]¶
Type of the paid media, always ‘video’
- model_post_init(context: Any, /) None ¶
We need to both initialize private attributes and call the user-defined model_post_init method.