Object2ClientUploadedAttachmentRequest constructor

const Object2ClientUploadedAttachmentRequest({
  1. required String? title,
  2. required String? description,
  3. required MessageAttachmentFlags? flags,
  4. required Int32Type? duration,
  5. required String? waveform,
  6. required Int32Type id,
  7. required String filename,
  8. required String uploadFilename,
  9. required Int32Type fileSize,
  10. required String contentType,
})

Implementation

const Object2ClientUploadedAttachmentRequest({
  required this.title,
  required this.description,
  required this.flags,
  required this.duration,
  required this.waveform,
  required this.id,
  required this.filename,
  required this.uploadFilename,
  required this.fileSize,
  required this.contentType,
});