Class TwitchFollowerEvent

java.lang.Object
tv.phantombot.event.Event
tv.phantombot.event.twitch.TwitchEvent
tv.phantombot.event.twitch.follower.TwitchFollowerEvent
Direct Known Subclasses:
TwitchFollowEvent, TwitchUnfollowEvent

public abstract class TwitchFollowerEvent extends TwitchEvent
  • Constructor Details

    • TwitchFollowerEvent

      protected TwitchFollowerEvent(String follower, String date)
      Abstract constructor
      Parameters:
      follower -
      date -
  • Method Details

    • getFollower

      public String getFollower()
      Method that returns the follower's username.
      Parameters:
      follower -
    • getFollowDate

      public String getFollowDate()
      Method that returns the follower's follow date.
      Parameters:
      date -