VideoAttachment constructor
const
VideoAttachment({
- required MediaPayload payload,
- String? thumbnail,
- int? width,
- int? height,
- int? duration,
Implementation
const VideoAttachment({
required this.payload,
this.thumbnail,
this.width,
this.height,
this.duration,
}) : super(type: 'video');