matrix-js-sdk

    Interface IUploadKeysRequest

    interface IUploadKeysRequest {
        device_keys?: Required<IDeviceKeys>;
        one_time_keys?: Record<string, IOneTimeKey>;
        "org.matrix.msc2732.fallback_keys"?: Record<string, IOneTimeKey>;
    }
    Index

    Properties

    device_keys?: Required<IDeviceKeys>
    one_time_keys?: Record<string, IOneTimeKey>
    "org.matrix.msc2732.fallback_keys"?: Record<string, IOneTimeKey>
    MMNEPVFCICPMFPCPTTAAATR