java.lang.Object
com.github.twitch4j.eventsub.domain.chat.Reply

public class Reply extends Object
  • Constructor Details

    • Reply

      public Reply()
  • Method Details

    • getParentMessageId

      public String getParentMessageId()
      An ID that uniquely identifies the parent message that this message is replying to.
    • getParentMessageBody

      public String getParentMessageBody()
      The message body of the parent message.
    • getParentUserId

      public String getParentUserId()
      User ID of the sender of the parent message.
    • getParentUserName

      public String getParentUserName()
      User display name of the sender of the parent message.
    • getParentUserLogin

      public String getParentUserLogin()
      User login name of the sender of the parent message.
    • getThreadMessageId

      public String getThreadMessageId()
      An ID that identifies the parent message of the reply thread.
    • getThreadUserId

      public String getThreadUserId()
      User ID of the sender of the thread’s parent message.
    • getThreadUserName

      public String getThreadUserName()
      User display name of the sender of the thread’s parent message.
    • getThreadUserLogin

      public String getThreadUserLogin()
      User login name of the sender of the thread’s parent message.
    • 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