ChatActionUploadingVideoNote constructor

const ChatActionUploadingVideoNote({
  1. required int progress,
})

The user is uploading a video note

Implementation

const ChatActionUploadingVideoNote({
  required this.progress,
});