From 3ff7735b6fd767ea983516438571c4e9115151f5 Mon Sep 17 00:00:00 2001 From: flowerncsu Date: Mon, 6 Jun 2016 09:49:13 -0400 Subject: [PATCH] Added documentation of API.mentions_timeline() --- docs/api.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/api.rst b/docs/api.rst index bb7c46a..763e50a 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -86,6 +86,14 @@ Timeline methods :param page: |page| :rtype: list of :class:`Status` objects +.. method:: API.mentions_timeline([since_id], [max_id], [count]) + + Returns the 20 most recent mentions, including retweets. + + :param since_id: |since_id| + :param max_id: |max_id| + :param count: |count| + :rtype: list of :class:`Status` objects Status methods -------------- -- 2.25.1