VideoMessageAdvertisement constructor
VideoMessageAdvertisement({})
Implementation
VideoMessageAdvertisement({
required this.uniqueId,
required this.text,
required this.minDisplayDuration,
required this.maxDisplayDuration,
required this.canBeReported,
this.sponsor,
required this.title,
required this.additionalInfo,
});