PushMessageContentVideoNote constructor

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

Implementation

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