Class AutomaticRewardRedeemedEvent

java.lang.Object
com.github.philippheuer.events4j.core.domain.Event
com.github.twitch4j.common.events.TwitchEvent
com.github.twitch4j.pubsub.events.AutomaticRewardRedeemedEvent
All Implemented Interfaces:
com.github.philippheuer.events4j.api.domain.IEvent

@Unofficial public final class AutomaticRewardRedeemedEvent extends TwitchEvent
Fired when certain automatic rewards are redeemed. In particular, celebrations, message effects, and gigantified emotes (i.e., new bits power-ups) trigger this event. This event is not fired for message highlights or subs-only bypass messages or emote unlocks.
  • Constructor Details

    • AutomaticRewardRedeemedEvent

      public AutomaticRewardRedeemedEvent(Instant timestamp, AutomaticRewardRedemption redemption)
      Creates a new AutomaticRewardRedeemedEvent instance.
      Parameters:
      timestamp - The time when the reward was redeemed.
      redemption - Data about the redemption.
  • Method Details