SendMessageUploadPhotoAction constructor

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

Send Message Upload Photo Action constructor.

Implementation

const SendMessageUploadPhotoAction({
  required this.progress,
}) : super._();