Generated by
JDiff

Interface twitter4j.api.ListSubscribersMethods

Removed Methods
User checkUserListSubscription(String, int, long) Check if the specified user is a subscriber of the specified list.
PagableResponseList<User> getUserListSubscribers(String, int, long) Returns the subscribers of the specified list.
UserList subscribeUserList(String, int) Make the authenticated user follow the specified list.
UserList unsubscribeUserList(String, int) Unsubscribes the authenticated user form the specified list.