Class ChannelClipCreatedEvent

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

public final class ChannelClipCreatedEvent extends TwitchEvent
Called when a new clip is created in a channel.

Fired by TwitchClientHelper; so this event must explicitly be enabled for specific channels.

Due to Twitch heavily caching the get clips endpoint, these creation events can have multi-minute delays.

See Also:
  • Constructor Details

    • ChannelClipCreatedEvent

      public ChannelClipCreatedEvent(EventChannel channel, Clip clip)
  • Method Details