Klasse FollowsTopic

java.lang.Object
com.github.twitch4j.helix.webhooks.topics.TwitchWebhookTopic<FollowList>
com.github.twitch4j.helix.webhooks.topics.FollowsTopic

public class FollowsTopic extends TwitchWebhookTopic<FollowList>
Notifies when a follows event occurs.
  • Felddetails

  • Konstruktordetails

  • Methodendetails

    • getFromId

      public Optional<String> getFromId()
      Gibt zurück:
      The user who starts following someone.
    • getToId

      public Optional<String> getToId()
      Gibt zurück:
      The user who has a new follower.