MessageExtendedMediaPreview constructor
MessageExtendedMediaPreview({
- String? extra,
- int? client_id,
- int32? width,
- int32? height,
- int32? duration,
- Minithumbnail? minithumbnail,
- FormattedText? caption,
Implementation
MessageExtendedMediaPreview({
super.extra,
super.client_id,
this.width,
this.height,
this.duration,
this.minithumbnail,
this.caption,
});