Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

Commit 71a33d4

Browse files
authored
Update documentation for GetListMembers
1 parent a1fe9c8 commit 71a33d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

twitter/api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4261,10 +4261,10 @@ def GetListMembers(self,
42614261
user_timeline. Helpful for disambiguating when a valid screen
42624262
name is also a user ID.
42634263
skip_status (bool, optional):
4264-
If True the statuses will not be returned in the user items.
4264+
If True the statuses will not be returned in the user items. Defaults to False.
42654265
include_entities (bool, optional):
42664266
If False, the timeline will not contain additional metadata.
4267-
Defaults to True.
4267+
Defaults to False.
42684268
42694269
Returns:
42704270
list: A sequence of twitter.user.User instances, one for each

0 commit comments

Comments
 (0)