Class Reply
java.lang.Object
com.github.twitch4j.eventsub.domain.chat.Reply
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The message body of the parent message.An ID that uniquely identifies the parent message that this message is replying to.User ID of the sender of the parent message.User login name of the sender of the parent message.User display name of the sender of the parent message.An ID that identifies the parent message of the reply thread.User ID of the sender of the thread’s parent message.User login name of the sender of the thread’s parent message.User display name of the sender of the thread’s parent message.int
hashCode()
toString()
-
Constructor Details
-
Reply
public Reply()
-
-
Method Details
-
getParentMessageId
An ID that uniquely identifies the parent message that this message is replying to. -
getParentMessageBody
The message body of the parent message. -
getParentUserId
User ID of the sender of the parent message. -
getParentUserName
User display name of the sender of the parent message. -
getParentUserLogin
User login name of the sender of the parent message. -
getThreadMessageId
An ID that identifies the parent message of the reply thread. -
getThreadUserId
User ID of the sender of the thread’s parent message. -
getThreadUserName
User display name of the sender of the thread’s parent message. -
getThreadUserLogin
User login name of the sender of the thread’s parent message. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-