@theophilusdev/conduit
    Preparing search index...

    Interface Message

    interface Message {
        attachments: MessageAttachment[];
        body: string;
        mentions: Record<string, string>;
        messageID: string;
        participantIDs: string[];
        senderID: string;
        threadID: string;
        timestamp: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    attachments: MessageAttachment[]
    body: string
    mentions: Record<string, string>
    messageID: string
    participantIDs: string[]
    senderID: string
    threadID: string
    timestamp: string