Handler called when an App wants to modify a message update in a destructive way.

Hierarchy

  • IPreMessageUpdatedModify

Methods

  • Enables the handler to signal to the Apps framework whether this handler should actually be executed for the message about to be updated.

    Parameters

    • message: IMessage

      The message which is being updated

    • read: IRead

      An accessor to the environment

    • http: IHttp

      An accessor to the outside world

    Returns Promise<boolean>

    whether to run the execute or not

Generated using TypeDoc