Class TwitchAnonymousSubscriptionGiftEvent
java.lang.Object
tv.phantombot.event.Event
tv.phantombot.event.twitch.TwitchEvent
tv.phantombot.event.twitch.subscriber.TwitchSubscriptionGiftEvent
tv.phantombot.event.twitch.subscriber.TwitchAnonymousSubscriptionGiftEvent
- Author:
- Branden
-
Constructor Summary
ConstructorsConstructorDescriptionTwitchAnonymousSubscriptionGiftEvent
(String recipient, String plan) The class constructor.TwitchAnonymousSubscriptionGiftEvent
(String recipient, String months, String plan) The class constructor.TwitchAnonymousSubscriptionGiftEvent
(String recipient, String months, String plan, String giftedMonths) The class constructor.TwitchAnonymousSubscriptionGiftEvent
(String recipient, String months, String plan, String giftedMonths, boolean fromBulk) The class constructor. -
Method Summary
Methods inherited from class tv.phantombot.event.twitch.subscriber.TwitchSubscriptionGiftEvent
fromBulk, getGiftedMonths, getMonths, getPlan, getRecipient, getUsername
-
Constructor Details
-
TwitchAnonymousSubscriptionGiftEvent
The class constructor.- Parameters:
recipient
-plan
-
-
TwitchAnonymousSubscriptionGiftEvent
The class constructor.- Parameters:
recipient
-months
-plan
-
-
TwitchAnonymousSubscriptionGiftEvent
public TwitchAnonymousSubscriptionGiftEvent(String recipient, String months, String plan, String giftedMonths) The class constructor.- Parameters:
recipient
-months
-plan
-giftedMonths
-
-
TwitchAnonymousSubscriptionGiftEvent
public TwitchAnonymousSubscriptionGiftEvent(String recipient, String months, String plan, String giftedMonths, boolean fromBulk) The class constructor.- Parameters:
recipient
-months
-plan
-giftedMonths
-fromBulk
-
-