Class AutomodEnforceCheck

java.lang.Object
com.github.twitch4j.helix.domain.AutomodEnforceCheck

public final class AutomodEnforceCheck extends Object
  • Constructor Details

  • Method Details

    • getMsgId

      @NotNull public @NotNull String getMsgId()
      Developer-generated identifier for mapping messages to results.
    • getMsgText

      @NotNull public @NotNull String getMsgText()
      Message text.
    • getUserId

      @Deprecated @Nullable public @Nullable String getUserId()
      Deprecated.
      The AutoMod service will no longer take into account the status of a user to determine whether a string message meets the channel’s AutoMod requirements on June 20, 2022
      User ID of the sender.
      See Also:
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object