@cbnsndwch/zero-sources

IMessageBasicAttachment type

Home > @cbnsndwch/zrocket-contracts > IMessageBasicAttachment

IMessageBasicAttachment type

Signature:

type IMessageBasicAttachment = {
    author_icon?: string;
    author_link?: string;
    author_name?: string;
    fields?: FieldProps[];
    image_url?: string;
    image_dimensions?: IDimensions;
    mrkdwn_in?: Array<MarkdownFields>;
    pretext?: string;
    text?: string;
    md?: SerializedEditorState;
    thumb_url?: string;
    color?: string;
} & MessageAttachmentBase;

References: FieldProps, IDimensions, MarkdownFields, MessageAttachmentBase

How was this page?