Class FollowerModeData
java.lang.Object
com.gmt2001.twitch.eventsub.subscriptions.channel.data.FollowerModeData
Follower mode data in an EventSub payload.
- Author:
- gmt2001
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintThe number of minutes a user must be following the boradcaster for before they are allowed to chat.
- 
Constructor Details- 
FollowerModeDataConstructor- Parameters:
- o- The JSON data for the object
 
 
- 
- 
Method Details- 
followDurationMinutespublic int followDurationMinutes()The number of minutes a user must be following the boradcaster for before they are allowed to chat.- Returns:
 
 
-