Handler for after a message is deleted.

Hierarchy

  • IPostMessageDeleted

Methods

  • Enables the handler to signal to the Apps framework whether this handler should actually be executed for after the message has been deleted.

    Parameters

    • message: IMessage

      The deleted message

    • read: IRead

      An accessor to the environment

    • http: IHttp

      An accessor to the outside world

    • context: IMessageDeleteContext

      The context of the message which was deleted

    Returns Promise<boolean>

    whether to run the executor function

Generated using TypeDoc