Extended data on a Megolm session

interface SessionExtended {
    needsBackup: boolean;
    senderKey: string;
    sessionData?: InboundGroupSessionData;
    sessionId: string;
}

Hierarchy (view full)

Properties

needsBackup: boolean
senderKey: string
sessionId: string