Class ListVipsEvent

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

@Deprecated @ScheduledForRemoval(inVersion="2.0.0") public final class ListVipsEvent extends AbstractChannelEvent
Deprecated.
Twitch will decommission this event on February 18, 2023; migrate to TwitchHelix#getChannelVips
Called following a /vips message.
  • Constructor Details

    • ListVipsEvent

      public ListVipsEvent(@NonNull @NonNull EventChannel channel, @NonNull @NonNull List<String> vips)
      Deprecated.
      Event Constructor
      Parameters:
      channel - The channel that this event originates from.
      vips - The login names of the VIPs of this channel.
  • Method Details