ClientAttachmentReferenceRequest constructor
const
ClientAttachmentReferenceRequest({
- required ClientAttachmentReferenceRequestIdId id,
- String? title,
- String? description,
- MessageAttachmentFlags? flags,
- Int32Type? duration,
- String? waveform,
- String? filename,
Implementation
const ClientAttachmentReferenceRequest({
required this.id,
this.title,
this.description,
this.flags,
this.duration,
this.waveform,
this.filename,
});