Class SlowModeData
java.lang.Object
com.gmt2001.twitch.eventsub.subscriptions.channel.data.SlowModeData
Slow mode data in an EventSub payload.
- Author:
- gmt2001
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
The number of seconds users must wait in between sending messages.
-
Constructor Details
-
SlowModeData
Constructor- Parameters:
o
- The JSON data for the object
-
-
Method Details
-
waitTimeSeconds
public int waitTimeSeconds()The number of seconds users must wait in between sending messages.- Returns:
-