WebhookAttachmentRequest constructor

const WebhookAttachmentRequest({
  1. WebhookAttachmentRequestIdId? id,
  2. String? filename,
  3. String? description,
  4. String? contentType,
  5. int? size,
  6. String? url,
  7. String? proxyUrl,
  8. int? height,
  9. int? width,
  10. bool? ephemeral,
  11. num? duration,
  12. String? waveform,
  13. MessageAttachmentFlags? flags,
})

Implementation

const WebhookAttachmentRequest({
  this.id,
  this.filename,
  this.description,
  this.contentType,
  this.size,
  this.url,
  this.proxyUrl,
  this.height,
  this.width,
  this.ephemeral,
  this.duration,
  this.waveform,
  this.flags,
});