PushMessageContentVideoNote constructor

PushMessageContentVideoNote({
  1. String? extra,
  2. int? client_id,
  3. VideoNote? video_note,
  4. Bool? is_pinned,
})

Implementation

PushMessageContentVideoNote({
  super.extra,
  super.client_id,
  this.video_note,
  this.is_pinned,
});