MessageVideoNote constructor

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

A video note message

Implementation

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