PushMessageContentVideoNote constructor

const PushMessageContentVideoNote({
  1. VideoNote? videoNote,
  2. required bool isPinned,
})

A video note message

Implementation

const PushMessageContentVideoNote({
  this.videoNote,
  required this.isPinned,
});