Package tv.phantombot.event.twitch
Class TwitchUserLoginChangedEvent
java.lang.Object
tv.phantombot.event.Event
tv.phantombot.event.twitch.TwitchEvent
tv.phantombot.event.twitch.TwitchUserLoginChangedEvent
A user that is tracked by
ViewerCache
has changed their login name-
Constructor Summary
ConstructorsConstructorDescriptionTwitchUserLoginChangedEvent
(String id, String oldLogin, String newLogin) Constructor -
Method Summary
-
Constructor Details
-
TwitchUserLoginChangedEvent
Constructor- Parameters:
id
- The user idoldLogin
- The old user loginnewLogin
- The new user login
-
-
Method Details
-
id
The user id- Returns:
- The user id
-
oldLogin
The old user login- Returns:
- The old user login
-
newLogin
The new user login- Returns:
- The new user login
-