Generated by
JDiff

Interface twitter4j.api.ListSubscribersMethodsAsync

Added Methods
void checkUserListSubscription(String, int, int) Check if the specified user is a subscriber of the specified list.
void getUserListSubscribers(String, int, long) Returns the subscribers of the specified list.
void subscribeUserList(String, int) Make the authenticated user follow the specified list.
void unsubscribeUserList(String, int) Unsubscribes the authenticated user form the specified list.