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