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

    Type Alias MessageData

    type MessageData = {
        file: string | null;
        filename: string | null;
        html: string | null;
        location: [F64, F64] | null;
        overrideSenderName: string | null;
        quotedMessageId: T.U32 | null;
        quotedText: string | null;
        text: string | null;
        viewtype: Viewtype | null;
    }
    Index

    Properties

    file: string | null
    filename: string | null
    html: string | null
    location: [F64, F64] | null
    overrideSenderName: string | null
    quotedMessageId: T.U32 | null

    Quoted message id. Takes preference over quoted_text (see below).

    quotedText: string | null
    text: string | null
    viewtype: Viewtype | null