Package com.github.twitch4j.helix.domain
Class SharedChatSession
java.lang.Object
com.github.twitch4j.helix.domain.SharedChatSession
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The UTC date and time for when the session was created.The User ID of the host channel.The list of participants in the session.The unique identifier for the shared chat session.The UTC date and time for when the session was last updated.int
hashCode()
toString()
-
Constructor Details
-
SharedChatSession
public SharedChatSession()
-
-
Method Details
-
getSessionId
The unique identifier for the shared chat session. -
getHostBroadcasterId
The User ID of the host channel. -
getParticipants
The list of participants in the session. -
getCreatedAt
The UTC date and time for when the session was created. -
getUpdatedAt
The UTC date and time for when the session was last updated. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-