ClientAttachmentReferenceRequest constructor

const ClientAttachmentReferenceRequest({
  1. required ClientAttachmentReferenceRequestIdId id,
  2. String? title,
  3. String? description,
  4. MessageAttachmentFlags? flags,
  5. Int32Type? duration,
  6. String? waveform,
  7. String? filename,
})

Implementation

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