Hierarchy

  • MatrixRoom

Constructors

Properties

Accessors

Methods

Constructors

Properties

name?: string
roomId: string
topic?: string

Accessors

  • get extras(): Record<string, unknown>
  • Returns Record<string, unknown>

Methods

  • Set data about this room from a serialized data object.

    Parameters

    Returns void

  • Get the data value for the given key.

    Returns

    Stored data for this key. May be undefined.

    Type Parameters

    • T

    Parameters

    • key: string

      An arbitrary bridge-specific key.

    Returns T

  • Get the room ID.

    Returns

    The room ID

    Returns string

  • Set an arbitrary bridge-specific data value for this room. This will be serailized under an 'extras' key.

    Parameters

    • key: string

      The key to store the data value under.

    • val: unknown

      The data value. This value should be serializable via JSON.stringify(data).

    Returns void

Generated using TypeDoc