ClientUploadedAttachmentRequest constructor
const
ClientUploadedAttachmentRequest({
- required Int32Type id,
- required String filename,
- required String uploadFilename,
- required NonNegativeSafeIntegerType fileSize,
- required String contentType,
- String? title,
- String? description,
- MessageAttachmentFlags? flags,
- Int32Type? duration,
- String? waveform,
Implementation
const ClientUploadedAttachmentRequest({
required this.id,
required this.filename,
required this.uploadFilename,
required this.fileSize,
required this.contentType,
this.title,
this.description,
this.flags,
this.duration,
this.waveform,
});