Class ChannelPointsRedemptionEvent

java.lang.Object
com.github.philippheuer.events4j.core.domain.Event
com.github.twitch4j.common.events.TwitchEvent
com.github.twitch4j.pubsub.events.ChannelPointsRedemptionEvent
All Implemented Interfaces:
com.github.philippheuer.events4j.api.domain.IEvent
Direct Known Subclasses:
RedemptionStatusUpdateEvent, RewardRedeemedEvent

public class ChannelPointsRedemptionEvent extends TwitchEvent
  • Constructor Details

    • ChannelPointsRedemptionEvent

      public ChannelPointsRedemptionEvent(Instant time, ChannelPointsRedemption redemption)
      Creates a new ChannelPointsRedemptionEvent instance.
      Parameters:
      time - The time the pubsub message was sent
      redemption - Data about the redemption, includes unique id and user that redeemed it
  • Method Details