Class SharedChatEvent
java.lang.Object
com.github.twitch4j.eventsub.events.EventSubEvent
com.github.twitch4j.eventsub.events.EventSubChannelEvent
com.github.twitch4j.eventsub.events.SharedChatEvent
- Direct Known Subclasses:
ChannelSharedChatBeginEvent
,ChannelSharedChatEndEvent
,ChannelSharedChatUpdateEvent
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.github.twitch4j.eventsub.events.EventSubChannelEvent
getBroadcasterUserId, getBroadcasterUserLogin, getBroadcasterUserName
-
Constructor Details
-
SharedChatEvent
public SharedChatEvent()
-
-
Method Details
-
getSessionId
The unique identifier for the shared chat session. -
getHostBroadcasterUserId
The User ID of the host channel.The host may or may not be the same as
EventSubChannelEvent.getBroadcasterUserId()
. -
getHostBroadcasterUserLogin
The username of the host channel.The host may or may not be the same as
EventSubChannelEvent.getBroadcasterUserLogin()
. -
getHostBroadcasterUserName
The display name of the host channel.The host may or may not be the same as
EventSubChannelEvent.getBroadcasterUserName()
. -
toString
- Overrides:
toString
in classEventSubChannelEvent
-
equals
- Overrides:
equals
in classEventSubChannelEvent
-
canEqual
- Overrides:
canEqual
in classEventSubChannelEvent
-
hashCode
public int hashCode()- Overrides:
hashCode
in classEventSubChannelEvent
-