Handler for after a dm message is sent to a bot.

Hierarchy

  • IPostMessageSentToBot

Methods

  • Method called after the message is sent to the other clients.

    Parameters

    • message: IMessage

      The message which was sent

    • read: IRead

      An accessor to the environment

    • http: IHttp

      An accessor to the outside world

    • persistence: IPersistence

      An accessor to the App's persistence

    • modify: IModify

    Returns Promise<void>

Generated using TypeDoc