MessageAttachment constructor
MessageAttachment({
- String? audioUrl,
- String? authorIcon,
- String? authorLink,
- String? authorName,
- bool? collapsed,
- String? color,
- List<
MessageAttachmentField> ? fields, - String? imageUrl,
- String? messageLink,
- String? text,
- String? thumbUrl,
- String? title,
- String? titleLink,
- bool? titleLinkDownload,
- DateTime? ts,
- 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,
});