Class TwitchUserLoginChangedEvent

java.lang.Object
tv.phantombot.event.Event
tv.phantombot.event.twitch.TwitchEvent
tv.phantombot.event.twitch.TwitchUserLoginChangedEvent

public class TwitchUserLoginChangedEvent extends TwitchEvent
A user that is tracked by ViewerCache has changed their login name
  • Constructor Details

    • TwitchUserLoginChangedEvent

      public TwitchUserLoginChangedEvent(String id, String oldLogin, String newLogin)
      Constructor
      Parameters:
      id - The user id
      oldLogin - The old user login
      newLogin - The new user login
  • Method Details

    • id

      public String id()
      The user id
      Returns:
      The user id
    • oldLogin

      public String oldLogin()
      The old user login
      Returns:
      The old user login
    • newLogin

      public String newLogin()
      The new user login
      Returns:
      The new user login