Package com.github.twitch4j.helix.domain
Class ChattersList
java.lang.Object
com.github.twitch4j.helix.domain.ChattersList
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The list of users that are connected to the specified broadcaster’s chat room.Contains the information used to page through the list of results.getTotal()
The total number of users that are connected to the broadcaster’s chat room.int
hashCode()
toString()
-
Constructor Details
-
ChattersList
public ChattersList()
-
-
Method Details
-
getChatters
The list of users that are connected to the specified broadcaster’s chat room. -
getPagination
Contains the information used to page through the list of results. -
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
-
canEqual
-
hashCode
public int hashCode() -
toString
-