From aca5741ac20fdde43aa2cecb6be68cbbfd01782b Mon Sep 17 00:00:00 2001 From: Harmon Date: Tue, 30 Apr 2019 22:27:01 -0500 Subject: [PATCH] Update documentation for API.followers Resolves #1015 --- docs/api.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/api.rst b/docs/api.rst index 58a0cbe..e734e14 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -218,14 +218,17 @@ User methods .. method:: API.followers([id/screen_name/user_id], [cursor]) - Returns an user's followers ordered in which they were added 100 at a - time. If no user is specified by id/screen name, it defaults to the + Returns a user's followers ordered in which they were added. + If no user is specified by id/screen name, it defaults to the authenticated user. :param id: |uid| :param user_id: |user_id| :param screen_name: |screen_name| :param cursor: |cursor| + :param count: |count| + :param skip_status: |skip_status| + :param include_user_entities: |include_user_entities| :rtype: list of :class:`User` objects .. method:: API.search_users(q, [count], [page]) -- 2.25.1