dashboard-react
    Preparing search index...

    Interface MessageAttachment

    Attachment persisted on an individual chat message.

    interface MessageAttachment {
        id: string;
        name: string;
        type: string;
        size?: number;
        preview?: string;
        textContent?: string;
    }
    Index

    Properties

    id: string
    name: string
    type: string
    size?: number
    preview?: string
    textContent?: string