@deltachat/jsonrpc-client
    Preparing search index...

    Type Alias MessageSearchResult

    type MessageSearchResult = {
        authorColor: string;
        authorId: T.U32;
        authorName: string;
        authorProfileImage: string | null;
        chatColor: string;
        chatId: T.U32;
        chatName: string;
        chatProfileImage: string | null;
        chatType: T.U32;
        id: T.U32;
        isChatArchived: boolean;
        isChatContactRequest: boolean;
        isChatProtected: boolean;
        message: string;
        timestamp: I64;
    }
    Index

    Properties

    authorColor: string
    authorId: T.U32
    authorName: string

    if sender name if overridden it will show it as ~alias

    authorProfileImage: string | null
    chatColor: string
    chatId: T.U32
    chatName: string
    chatProfileImage: string | null
    chatType: T.U32
    id: T.U32
    isChatArchived: boolean
    isChatContactRequest: boolean
    isChatProtected: boolean
    message: string
    timestamp: I64