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

    Type Alias Location

    type Location = {
        accuracy: F64;
        chatId: T.U32;
        contactId: T.U32;
        isIndependent: boolean;
        latitude: F64;
        locationId: T.U32;
        longitude: F64;
        marker: string | null;
        msgId: T.U32;
        timestamp: I64;
    }
    Index

    Properties

    accuracy: F64
    chatId: T.U32
    contactId: T.U32
    isIndependent: boolean
    latitude: F64
    locationId: T.U32
    longitude: F64
    marker: string | null
    msgId: T.U32
    timestamp: I64