ChatActionUploadingVideoNote constructor
const
ChatActionUploadingVideoNote({
- required int progress,
The user is uploading a video note
Implementation
const ChatActionUploadingVideoNote({
required this.progress,
});