Class ChannelGoLiveEvent

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

@Deprecated public final class ChannelGoLiveEvent extends TwitchEvent
Deprecated.
This event gets called when a channel goes live
  • Constructor Details

    • ChannelGoLiveEvent

      public ChannelGoLiveEvent(EventChannel channel, String title, String gameId)
      Deprecated.
      Event Constructor
      Parameters:
      channel - The channel that went live
      title - The stream title
      gameId - The gameId
  • Method Details