Class TwitchMassSubscriptionGiftedEvent
java.lang.Object
tv.phantombot.event.Event
tv.phantombot.event.twitch.TwitchEvent
tv.phantombot.event.twitch.subscriber.TwitchMassSubscriptionGiftedEvent
- Direct Known Subclasses:
TwitchMassAnonymousSubscriptionGiftedEvent
-
Constructor Summary
ConstructorsConstructorDescriptionTwitchMassSubscriptionGiftedEvent
(String username, String amount, String plan) Class constructor. -
Method Summary
-
Constructor Details
-
TwitchMassSubscriptionGiftedEvent
Class constructor.- Parameters:
username
-amount
-plan
-
-
-
Method Details
-
getUsername
Method that returns the gifted the subscriptions.- Returns:
- username
-
getAmount
Method that returns amount of subs gifted- Returns:
- recipient
-
getPlan
Method that returns the subscription plan. (1000, 2000, 3000 and Prime)- Returns:
- plan
-