Class ChattersList

java.lang.Object
com.github.twitch4j.helix.domain.ChattersList

public class ChattersList extends Object
  • Constructor Details

    • ChattersList

      public ChattersList()
  • Method Details

    • getChatters

      public List<Chatter> getChatters()
      The list of users that are connected to the specified broadcaster’s chat room.
    • getPagination

      public HelixPagination getPagination()
      Contains the information used to page through the list of results.
    • getTotal

      public Integer getTotal()
      The total number of users that are connected to the broadcaster’s chat room.

      As you page through the list, the number of users may change as users join and leave the chat room.

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object