Package com.github.twitch4j.helix.domain
Class SentChatMessage
java.lang.Object
com.github.twitch4j.helix.domain.SentChatMessage
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanboolean@Nullable ChatDropReasonThe reason the message was dropped, if any.The message id for the message that was sent.inthashCode()booleanisSent()Whether the message passed all checks and was sent.toString()
-
Constructor Details
-
SentChatMessage
public SentChatMessage()
-
-
Method Details
-
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
The reason the message was dropped, if any. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-