Neutrome SDK reference
    Preparing search index...

    Type Alias Attachment

    A file, image, audio, video or text payload referenced by a message.

    type Attachment = {
        kind: AttachmentKind;
        mimeType: string;
        name?: string;
        url: string;
    }
    Index
    mimeType: string
    name?: string
    url: string