Object1ClientAttachmentRequest constructor

const Object1ClientAttachmentRequest({
  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? contentType,
})

Implementation

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