Function createClient

  • Construct a Matrix Client. Similar to module:client.MatrixClient except that the 'request', 'store' and 'scheduler' dependencies are satisfied.

    Returns

    A new matrix client.

    See

    module:client.MatrixClient for the full list of options for opts.

    Parameters

    • opts: ICreateClientOpts

      The configuration options for this client. These configuration options will be passed directly to module:client.MatrixClient.

    Returns MatrixClient

Generated using TypeDoc