matrix-js-sdk

    Interface IQueryKeysRequest

    interface IQueryKeysRequest {
        device_keys: { [userId: string]: string[] };
        timeout?: number;
        token?: string;
    }
    Index

    Properties

    device_keys: { [userId: string]: string[] }
    timeout?: number
    token?: string
    MMNEPVFCICPMFPCPTTAAATR