Class SharedChatSession

java.lang.Object
com.github.twitch4j.helix.domain.SharedChatSession

public class SharedChatSession extends Object
  • Constructor Details

    • SharedChatSession

      public SharedChatSession()
  • Method Details

    • getSessionId

      public String getSessionId()
      The unique identifier for the shared chat session.
    • getHostBroadcasterId

      public String getHostBroadcasterId()
      The User ID of the host channel.
    • getParticipants

      public List<SharedChatParticipant> getParticipants()
      The list of participants in the session.
    • getCreatedAt

      public Instant getCreatedAt()
      The UTC date and time for when the session was created.
    • getUpdatedAt

      public Instant getUpdatedAt()
      The UTC date and time for when the session was last updated.
    • 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