Klasse UsersTopic
java.lang.Object
com.github.twitch4j.helix.webhooks.topics.TwitchWebhookTopic<UserList>
com.github.twitch4j.helix.webhooks.topics.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.
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen com.github.twitch4j.helix.webhooks.topics.TwitchWebhookTopic
TwitchWebhookTopic.UnknownTopic -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungUsersTopic(@NonNull String userId) Veraltet.Will be decommissioned after 2021-09-16 in favor of EventSub -
Methodenübersicht
-
Felddetails
-
PATH
- Siehe auch:
-
-
Konstruktordetails
-
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.- Parameter:
userId- Required. Specifies the user whose data is monitored.
-
-
Methodendetails
-
getUserId
- Gibt zurück:
- The user whose data is monitored.
-