Klasse PollChoice.PollChoiceBuilder
java.lang.Object
com.github.twitch4j.eventsub.domain.PollChoice.PollChoiceBuilder
- Umschließende Klasse:
PollChoice
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungVeraltet.Twitch no longer supports bits on polls.build()channelPointsVotes(@Nullable Integer channelPointsVotes) Number of votes received via Channel Points.ID for the choice.Text displayed for the choice.toString()Total number of votes received for the choice across all methods of voting.
-
Methodendetails
-
id
ID for the choice.- Gibt zurück:
this.
-
title
Text displayed for the choice. Maximum: 25 characters.- Gibt zurück:
this.
-
votes
Total number of votes received for the choice across all methods of voting.- Gibt zurück:
this.
-
channelPointsVotes
public PollChoice.PollChoiceBuilder channelPointsVotes(@Nullable @Nullable Integer channelPointsVotes) Number of votes received via Channel Points.- Gibt zurück:
this.
-
bitsVotes
Veraltet.Twitch no longer supports bits on polls.Number of votes received via Bits.- Gibt zurück:
this.
-
build
-
toString
-