Skip to content

Commit

Permalink
Add count endpoint parameter for API.retweeters
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Feb 10, 2021
1 parent 66f6704 commit 71ca488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tweepy/api.py
Expand Up @@ -438,7 +438,7 @@ def retweeters(self, id, *args, **kwargs):
"""
return self.request(
'GET', 'statuses/retweeters/ids', id, *args, endpoint_parameters=(
'id', 'cursor', 'stringify_ids'
'id', 'count', 'cursor', 'stringify_ids'
), **kwargs
)

Expand Down

0 comments on commit 71ca488

Please sign in to comment.