Add skip_status and include_user_entities to documented parameters
authorHarmon <Harmon758@gmail.com>
Sun, 28 Apr 2019 01:23:39 +0000 (20:23 -0500)
committerGitHub <noreply@github.com>
Sun, 28 Apr 2019 01:23:39 +0000 (20:23 -0500)
docs/parameters.rst

index 313b04ffe769c0e06beed531ef8075ce1e7f6011..055b09c959aa508d61ad6b090c159e637a2946fc 100644 (file)
@@ -15,4 +15,6 @@
 .. |list_mode| replace:: Whether your list is public or private. Values can be public or private. Lists are public by default if no mode is specified.
 .. |list_owner| replace:: the screen name of the owner of the list
 .. |full_text| replace:: A boolean indicating whether or not the full text of a message should be returned. If False the message text returned will be truncated to 140 chars. Defaults to False.
+.. |skip_status| replace:: When set to either true, t or 1 statuses will not be included in the returned user objects. Defaults to false.
+.. |include_user_entities| replace:: The user object entities node will not be included when set to false. Defaults to true.