matrix-appservice-bridge
    Preparing search index...

    Class BridgeContext

    Index

    Constructors

    Properties

    Methods

    Constructors

    • 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

    rooms: BridgeContextRoom
    senders: BridgeContextSenders
    targets: BridgeContextTargets

    Methods