The result of a call to OlmMachine.importExportedRoomKeys or OlmMachine.importBackedUpRoomKeys.
Readonly
The number of room keys that were imported.
The total number of room keys that were found in the export.
The keys that were imported.
A Map from room id to a Map of the sender key to a Set of session ids.
Typescript type: Map<string, Map<string, Set<string>>.
Map<string, Map<string, Set<string>>
The result of a call to OlmMachine.importExportedRoomKeys or OlmMachine.importBackedUpRoomKeys.