Klasse FollowsTopic
java.lang.Object
com.github.twitch4j.helix.webhooks.topics.TwitchWebhookTopic<FollowList>
com.github.twitch4j.helix.webhooks.topics.FollowsTopic
Notifies when a follows event occurs.
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen com.github.twitch4j.helix.webhooks.topics.TwitchWebhookTopic
TwitchWebhookTopic.UnknownTopic -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungFollowsTopic(String fromId, String toId) Veraltet.Will be decommissioned after 2021-09-16 in favor of EventSub -
Methodenübersicht
-
Felddetails
-
PATH
- Siehe auch:
-
-
Konstruktordetails
-
FollowsTopic
Notifies when a follows event occurs. At least one of fromId and toId is required.- Parameter:
fromId- Optional. Specifies the user who starts following someone.toId- Optional. Specifies the user who has a new follower.
-
-
Methodendetails
-
getFromId
- Gibt zurück:
- The user who starts following someone.
-
getToId
- Gibt zurück:
- The user who has a new follower.
-