useresponse
    Preparing search index...

    Interface Message

    interface Message {
        author?: User;
        content?: string;
        createdAtPosix?: number;
        fileName?: string;
        id?: number;
        isSystem?: boolean;
        parentId?: number;
        token?: string;
        type?: string;
    }
    Index

    Properties

    author?: User
    content?: string
    createdAtPosix?: number
    fileName?: string
    id?: number
    isSystem?: boolean
    parentId?: number
    token?: string
    type?: string