From: flowerncsu Date: Mon, 6 Jun 2016 13:49:13 +0000 (-0400) Subject: Added documentation of API.mentions_timeline() X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=3ff7735b6fd767ea983516438571c4e9115151f5;p=tweepy.git Added documentation of API.mentions_timeline() --- 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 --------------