Class ChannelPollEvent
java.lang.Object
com.github.twitch4j.eventsub.events.EventSubEvent
com.github.twitch4j.eventsub.events.EventSubChannelEvent
com.github.twitch4j.eventsub.events.ChannelPollEvent
- Direct Known Subclasses:
ChannelPollBeginEvent
,ChannelPollEndEvent
,ChannelPollProgressEvent
-
Constructor Summary
-
Method Summary
Methods inherited from class com.github.twitch4j.eventsub.events.EventSubChannelEvent
getBroadcasterUserId, getBroadcasterUserLogin, getBroadcasterUserName
-
Constructor Details
-
ChannelPollEvent
public ChannelPollEvent()
-
-
Method Details
-
getPollId
ID of the poll. -
getTitle
Question displayed for the poll. -
getChoices
Choices for the poll. -
getBitsVoting
Deprecated.Twitch no longer supports bits on polls.The Bits voting settings for the poll. -
getChannelPointsVoting
The Channel Points voting settings for the poll. -
getStartedAt
The time the poll started. -
toString
- Overrides:
toString
in classEventSubChannelEvent
-
equals
- Overrides:
equals
in classEventSubChannelEvent
-
canEqual
- Overrides:
canEqual
in classEventSubChannelEvent
-
hashCode
public int hashCode()- Overrides:
hashCode
in classEventSubChannelEvent
-