Class ShoutoutReceiveEvent
java.lang.Object
com.github.twitch4j.eventsub.events.EventSubEvent
com.github.twitch4j.eventsub.events.EventSubChannelFromToEvent
com.github.twitch4j.eventsub.events.ShoutoutReceiveEvent
-
Constructor Summary
-
Method Summary
Methods inherited from class com.github.twitch4j.eventsub.events.EventSubChannelFromToEvent
getFromBroadcasterUserId, getFromBroadcasterUserLogin, getFromBroadcasterUserName, getToBroadcasterUserId, getToBroadcasterUserLogin, getToBroadcasterUserName
-
Constructor Details
-
ShoutoutReceiveEvent
-
-
Method Details
-
getViewerCount
The number of users that were watching the from-broadcaster’s stream at the time of the Shoutout. -
getStartedAt
The UTC timestamp of when the moderator sent the Shoutout. -
equals
- Overrides:
equals
in classEventSubChannelFromToEvent
-
canEqual
- Overrides:
canEqual
in classEventSubChannelFromToEvent
-
hashCode
public int hashCode()- Overrides:
hashCode
in classEventSubChannelFromToEvent
-
toString
- Overrides:
toString
in classEventSubChannelFromToEvent
-