From: Harmon Date: Wed, 1 May 2019 03:27:01 +0000 (-0500) Subject: Update documentation for API.followers X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=aca5741ac20fdde43aa2cecb6be68cbbfd01782b;p=tweepy.git Update documentation for API.followers Resolves #1015 --- 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])