From cf1fe4f9b0330afea883217ffeea5915769674ec Mon Sep 17 00:00:00 2001 From: Daniel Lefevre Date: Sat, 26 Dec 2020 21:58:47 -0500 Subject: [PATCH] Fixed missing params in user_timeline function signature in api.rst --- docs/api.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/api.rst b/docs/api.rst index 64eaee1..245e29a 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -79,8 +79,9 @@ Timeline methods :rtype: list of :class:`Status` objects -.. method:: API.user_timeline([id/user_id/screen_name], [since_id], [max_id], \ - [count]) +.. method:: API.user_timeline([id/user_id/screen_name], [since_id], [count], \ + [max_id], [trim_user], [exclude_replies], \ + [include_rts]) Returns the 20 most recent statuses posted from the authenticating user or the user specified. It's also possible to request another user's timeline -- 2.25.1