Hierarchy

  • IModerationModify

Methods

  • Provides a way for Apps to dismiss reports by message id.

    Parameters

    • messageId: string

      the messageId to dismiss reports

    • reason: string
    • action: string
    • appId: string

      the app id

    Returns Promise<void>

  • Provides a way for Apps to dismiss reports by user id.

    Parameters

    • userId: string

      the userId to dismiss reports

    • reason: string
    • action: string
    • appId: string

      the app id

    Returns Promise<void>

  • Provides a way for Apps to report a message.

    Parameters

    • messageId: string

      the messageId to report

    • description: string

      the description of the report

    • userId: string

      the userId to be reported

    • appId: string

      the app id

    Returns Promise<void>

Generated using TypeDoc