Class ChannelChatClearType
java.lang.Object
com.github.twitch4j.eventsub.subscriptions.ChannelChatClearType
- All Implemented Interfaces:
SubscriptionType<ChannelChatCondition,
ChannelChatCondition.ChannelChatConditionBuilder<?, ?>, ChannelChatClearEvent>
public class ChannelChatClearType
extends Object
implements SubscriptionType<ChannelChatCondition,ChannelChatCondition.ChannelChatConditionBuilder<?,?>,ChannelChatClearEvent>
Sends a notification when a moderator or bot clears all messages from the chat room.
Requires user:read:chat scope from chatting user. If app access token used, then additionally requires user:bot scope from chatting user, and either channel:bot scope from broadcaster or moderator status.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe parameters inside these objects differ by subscription type and may differ by version.getName()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.github.twitch4j.eventsub.subscriptions.SubscriptionType
getConditionClass, isBatchingEnabled, prepareSubscription
-
Constructor Details
-
ChannelChatClearType
public ChannelChatClearType()
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceSubscriptionType<ChannelChatCondition,
ChannelChatCondition.ChannelChatConditionBuilder<?, ?>, ChannelChatClearEvent> - Returns:
- the subscription type name.
-
getVersion
- Specified by:
getVersion
in interfaceSubscriptionType<ChannelChatCondition,
ChannelChatCondition.ChannelChatConditionBuilder<?, ?>, ChannelChatClearEvent> - Returns:
- the subscription type version.
-
getConditionBuilder
Description copied from interface:SubscriptionType
The parameters inside these objects differ by subscription type and may differ by version.- Specified by:
getConditionBuilder
in interfaceSubscriptionType<ChannelChatCondition,
ChannelChatCondition.ChannelChatConditionBuilder<?, ?>, ChannelChatClearEvent> - Returns:
- Subscription-specific parameter builder.
-
getEventClass
- Specified by:
getEventClass
in interfaceSubscriptionType<ChannelChatCondition,
ChannelChatCondition.ChannelChatConditionBuilder<?, ?>, ChannelChatClearEvent> - Returns:
- the associated event class for this subscription type.
-