InputMediaVideo constructor
InputMediaVideo({})
Implementation
InputMediaVideo({
this.type = InputMedia.typeVideo,
required this.media,
this.caption,
this.parseMode,
this.captionEntities,
this.thumbnail,
this.width,
this.height,
this.duration,
this.supportsStreaming,
this.hasSpoiler,
});