@cbnsndwch/zero-sources

MessageAttachmentBase type

Home > @cbnsndwch/zrocket-contracts > MessageAttachmentBase

MessageAttachmentBase type

Signature:

type MessageAttachmentBase = {
    id?: string;
    title?: string;
    ts?: Date;
    collapsed?: boolean;
    description?: string;
    descriptionMd?: SerializedEditorState;
    text?: string;
    md?: SerializedEditorState;
    size?: number;
    format?: string;
    title_link?: string;
    title_link_download?: boolean;
    hashes?: {
        sha256: string;
    };
};

How was this page?