Class BeforeChatEventSignalBeta

Manages callbacks that are connected to an event that fires before chat messages are sent.

Hierarchy

  • BeforeChatEventSignal

Constructors

Methods

Constructors

Methods

  • Parameters

    • callback: ((arg) => void)

    Returns ((arg) => void)

      • (arg): void
      • Parameters

        Returns void

        Remarks

        Adds a callback that will be called before new chat messages are sent.

    Remarks

    Adds a callback that will be called before new chat messages are sent.

  • Parameters

    • callback: ((arg) => void)

    Returns void

    Remarks

    Removes a callback from being called before new chat messages are sent.

    Throws

    This function can throw errors.