Object3ClientAttachmentRequest constructor

const Object3ClientAttachmentRequest({
  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 Object3ClientAttachmentRequest({
  required this.title,
  required this.description,
  required this.flags,
  required this.duration,
  required this.waveform,
  required this.id,
  required this.filename,
  required this.contentType,
});