Class SentChatMessage

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

public class SentChatMessage extends Object
  • Constructor Details

    • SentChatMessage

      public SentChatMessage()
  • Method Details

    • getMessageId

      public String getMessageId()
      The message id for the message that was sent.

      Can be an empty string when isSent() is false.

    • isSent

      public boolean isSent()
      Whether the message passed all checks and was sent.
    • getDropReason

      @Nullable public @Nullable ChatDropReason getDropReason()
      The reason the message was dropped, if any.
    • equals

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

      protected boolean canEqual(Object other)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object