MessageAttachment constructor

MessageAttachment({
  1. String? audioUrl,
  2. String? authorIcon,
  3. String? authorLink,
  4. String? authorName,
  5. bool? collapsed,
  6. String? color,
  7. List<MessageAttachmentField>? fields,
  8. String? imageUrl,
  9. String? messageLink,
  10. String? text,
  11. String? thumbUrl,
  12. String? title,
  13. String? titleLink,
  14. bool? titleLinkDownload,
  15. DateTime? ts,
  16. String? videoUrl,
})

Implementation

MessageAttachment({
  this.audioUrl,
  this.authorIcon,
  this.authorLink,
  this.authorName,
  this.collapsed,
  this.color,
  this.fields,
  this.imageUrl,
  this.messageLink,
  this.text,
  this.thumbUrl,
  this.title,
  this.titleLink,
  this.titleLinkDownload,
  this.ts,
  this.videoUrl,
});