MessageVideoNote constructor

MessageVideoNote({
  1. VideoNote? videoNote,
  2. required bool isViewed,
  3. required bool isSecret,
})

Implementation

MessageVideoNote({
  this.videoNote,
  required this.isViewed,
  required this.isSecret,
});