Package com.github.twitch4j.helix.domain
Class SentChatMessage
java.lang.Object
com.github.twitch4j.helix.domain.SentChatMessage
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
@Nullable ChatDropReason
The reason the message was dropped, if any.The message id for the message that was sent.int
hashCode()
boolean
isSent()
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
-