Hierarchy

  • IMessageUpdater

Methods

  • Add a reaction to a message

    Parameters

    • messageId: string

      the id of the message

    • userId: string

      the id of the user

    • reaction: `:${string}:`

      the reaction

    Returns Promise<void>

  • Remove a reaction from a message

    Parameters

    • messageId: string

      the id of the message

    • userId: string

      the id of the user

    • reaction: `:${string}:`

      the reaction

    Returns Promise<void>

Generated using TypeDoc