Class CheerEvent

java.lang.Object
com.github.philippheuer.events4j.core.domain.Event
All Implemented Interfaces:
com.github.philippheuer.events4j.api.domain.IEvent, ReplyableEvent
Direct Known Subclasses:
DirectCheerEvent

public class CheerEvent extends AbstractChannelEvent implements ReplyableEvent
This event gets called when a user receives bits.
  • Constructor Details

    • CheerEvent

      public CheerEvent(IRCMessageEvent event, EventChannel channel, EventUser user, String message, Integer bits, int subscriberMonths, int subscriptionTier, List<AutoModFlag> flags)
      Event Constructor
      Parameters:
      event - The raw message event.
      channel - The channel that this event originates from.
      user - The donating user.
      message - The donation message.
      bits - The amount of bits.
      subscriberMonths - The exact number of months the user has been a subscriber.
      subscriptionTier - The tier at which the user is subscribed.
      flags - The regions of the message that were flagged by AutoMod.
    • CheerEvent

      public CheerEvent()
  • Method Details