@bootdesk/js-web-adapter-core
    Preparing search index...

    Interface Message

    interface Message {
        attachments?: Attachment[];
        author: User;
        content: MessageContent;
        id: string;
        isStreaming?: boolean;
        reactions?: Reaction[];
        replyTo?: Message;
        threadId: string;
        timestamp: number;
    }
    Index

    Properties

    attachments?: Attachment[]
    author: User
    id: string
    isStreaming?: boolean
    reactions?: Reaction[]
    replyTo?: Message
    threadId: string
    timestamp: number