Class PollBeginType

java.lang.Object
com.github.twitch4j.eventsub.subscriptions.PollBeginType
All Implemented Interfaces:
SubscriptionType<ChannelPollBeginCondition,​ChannelPollBeginCondition.ChannelPollBeginConditionBuilder<?,​?>,​ChannelPollBeginEvent>

public class PollBeginType
extends java.lang.Object
implements SubscriptionType<ChannelPollBeginCondition,​ChannelPollBeginCondition.ChannelPollBeginConditionBuilder<?,​?>,​ChannelPollBeginEvent>
The channel.poll.begin subscription type sends a notification when a poll begins on the specified channel.

Must have the channel:read:polls or channel:manage:polls scope.