Class UsersTopic
java.lang.Object
com.github.twitch4j.helix.webhooks.topics.TwitchWebhookTopic<UserList>
com.github.twitch4j.helix.webhooks.topics.UsersTopic
@Deprecated
@ScheduledForRemoval(inVersion="2.0.0")
public class UsersTopic
extends TwitchWebhookTopic<UserList>
Deprecated.
Twitch decommissioned this API; please migrate to EventSub
Notifies when a user changes information about his/her profile.
This web hook requires the user:read:email OAuth scope, to get notifications of email changes.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.github.twitch4j.helix.webhooks.topics.TwitchWebhookTopic
TwitchWebhookTopic.UnknownTopic
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
PATH
Deprecated.- See Also:
-
-
Constructor Details
-
UsersTopic
Notifies when a user changes information about his/her profile. This web hook requires the user:read:email OAuth scope, to get notifications of email changes.- Parameters:
userId
- Required. Specifies the user whose data is monitored.
-
-
Method Details
-
getUserId
Deprecated.- Returns:
- The user whose data is monitored.
-