Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • BridgeContext

Index

Constructors

Properties

Methods

Constructors

constructor

  • new BridgeContext(ctx: { room: string; sender: string; target: undefined | string }): BridgeContext
  • Parameters

    • ctx: { room: string; sender: string; target: undefined | string }

      Event related data

      • room: string

        Matrix room ID.

      • sender: string

        Matrix user ID of the sender.

      • target: undefined | string

        Matrix user ID of the target.

    Returns BridgeContext

Properties

Readonly rooms

rooms: BridgeContextRoom

Readonly senders

senders: BridgeContextSenders

Readonly targets

targets: BridgeContextTargets

Methods

get

Generated using TypeDoc