MessageAttachmentResponse constructor
const
MessageAttachmentResponse({
- required String id,
- required String filename,
- required int size,
- required MessageAttachmentFlags flags,
- String? title,
- String? description,
- String? contentType,
- String? contentHash,
- String? url,
- String? proxyUrl,
- Int32Type? width,
- Int32Type? height,
- String? placeholder,
- bool? nsfw,
- Int32Type? duration,
- String? waveform,
- String? expiresAt,
- bool? expired,
Implementation
const MessageAttachmentResponse({
required this.id,
required this.filename,
required this.size,
required this.flags,
this.title,
this.description,
this.contentType,
this.contentHash,
this.url,
this.proxyUrl,
this.width,
this.height,
this.placeholder,
this.nsfw,
this.duration,
this.waveform,
this.expiresAt,
this.expired,
});