Class ChannelBitsUseEvent
java.lang.Object
com.github.twitch4j.eventsub.events.EventSubEvent
com.github.twitch4j.eventsub.events.EventSubUserChannelEvent
com.github.twitch4j.eventsub.events.ChannelBitsUseEvent
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.github.twitch4j.eventsub.events.EventSubUserChannelEvent
getBroadcasterUserId, getBroadcasterUserLogin, getBroadcasterUserName, getUserId, getUserLogin, getUserName
-
Constructor Details
-
ChannelBitsUseEvent
public ChannelBitsUseEvent()
-
-
Method Details
-
getBits
public int getBits()The number of Bits used. -
getType
The type of Bits usage. -
getMessage
Optional: An object that contains the user message and emote information needed to recreate the message. -
getPowerUp
Optional: Data about Power-up. -
toString
- Overrides:
toStringin classEventSubUserChannelEvent
-
equals
- Overrides:
equalsin classEventSubUserChannelEvent
-
canEqual
- Overrides:
canEqualin classEventSubUserChannelEvent
-
hashCode
public int hashCode()- Overrides:
hashCodein classEventSubUserChannelEvent
-