Class PayForwardEvent

java.lang.Object
com.github.philippheuer.events4j.core.domain.Event
All Implemented Interfaces:
com.github.philippheuer.events4j.api.domain.IEvent, MirrorableEvent

@Unofficial public final class PayForwardEvent extends AbstractChannelEvent implements MirrorableEvent
Calls when a user pays forward a gift.
  • Constructor Details

    • PayForwardEvent

      @Internal public PayForwardEvent(IRCMessageEvent event, EventChannel channel, EventUser user, EventUser priorGifter, EventUser recipient)
      Event Constructor
      Parameters:
      event - The raw message event.
      channel - The channel that this event originates from.
      user - The user that is paying forward their gift.
      priorGifter - The previous user that gifted to this one, if not anonymous.
      recipient - The user that is receiving this gift, if it is not for the community at-large.
  • Method Details