From 1a2fa720f16abeb1035b25d46ef8b904a691e1b0 Mon Sep 17 00:00:00 2001 From: Harmon Date: Sat, 27 Apr 2019 20:23:39 -0500 Subject: [PATCH] Add skip_status and include_user_entities to documented parameters --- docs/parameters.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/parameters.rst b/docs/parameters.rst index 313b04f..055b09c 100644 --- a/docs/parameters.rst +++ b/docs/parameters.rst @@ -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. -- 2.25.1