Skip to content

Commit

Permalink
Merge pull request #655 from simonbohnen/patch-1
Browse files Browse the repository at this point in the history
Update documentation for GetListMembers
  • Loading branch information
bear committed Dec 19, 2021
2 parents 2663a42 + 71a33d4 commit 09217e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions twitter/api.py
Expand Up @@ -4272,10 +4272,10 @@ def GetListMembers(self,
user_timeline. Helpful for disambiguating when a valid screen
name is also a user ID.
skip_status (bool, optional):
If True the statuses will not be returned in the user items.
If True the statuses will not be returned in the user items. Defaults to False.
include_entities (bool, optional):
If False, the timeline will not contain additional metadata.
Defaults to True.
Defaults to False.
Returns:
list: A sequence of twitter.user.User instances, one for each
Expand Down

0 comments on commit 09217e8

Please sign in to comment.