Class SharedChatParticipant

java.lang.Object
com.github.twitch4j.eventsub.domain.SharedChatParticipant

public class SharedChatParticipant extends Object
  • Constructor Details

    • SharedChatParticipant

      public SharedChatParticipant()
  • Method Details

    • getBroadcasterUserId

      public String getBroadcasterUserId()
      The User ID of the participant channel.
    • getBroadcasterUserName

      public String getBroadcasterUserName()
      The display name of the participant channel.
    • getBroadcasterUserLogin

      public String getBroadcasterUserLogin()
      The username of the participant channel.
    • 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