Skip to main content
Home
This release is 1 version behind 1.2.0 — the latest version of @wogo/matrix-client. Jump to latest
This package works with DenoIt is unknown whether this package works with Cloudflare Workers, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
This package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
52%
Published
3 months ago (1.0.0)
class MatrixClient
extends ClientSuper

Static Properties

readonly
Silent: Effect.Effect<MatrixClient.SilentClient, never, MatrixClient>
readonly
using: <
A,
E,
R,
>
(fn: (client: MatrixClient.Client) => Effect.Effect<A, E, R>) => Effect.Effect<A, E, MatrixClient | R>
namespace MatrixClient

Interfaces

Type Aliases

T
MatrixClient.CallState
No documentation available
T
MatrixClient.Client
No documentation available
T
MatrixClient.Failure
No documentation available
T
MatrixClient.Levels
No documentation available
T
MatrixClient.Logger
No documentation available
T
MatrixClient.MatrixCall
No documentation available
T
MatrixClient.ParkingCall
No documentation available
T
MatrixClient.Return
No documentation available
T
MatrixClient.SilentCall
No documentation available
T
MatrixClient.TardisCall
No documentation available

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@wogo/matrix-client

Import symbol

import { MatrixClient } from "@wogo/matrix-client";
or

Import directly with a jsr specifier

import { MatrixClient } from "jsr:@wogo/matrix-client";

Add Package

bunx jsr add @wogo/matrix-client

Import symbol

import { MatrixClient } from "@wogo/matrix-client";