Skip to content

Commit

Permalink
Add endpoint parameters for API.mentions_timeline
Browse files Browse the repository at this point in the history
trim_user and include_entities
  • Loading branch information
Harmon758 committed Feb 8, 2021
1 parent 3614ce4 commit eb7c8f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tweepy/api.py
Expand Up @@ -289,7 +289,7 @@ def mentions_timeline(self, **kwargs):
"""
return self.request(
'GET', 'statuses/mentions_timeline', endpoint_parameters=(
'since_id', 'max_id', 'count'
'count', 'since_id', 'max_id', 'trim_user', 'include_entities'
), **kwargs
)

Expand Down

0 comments on commit eb7c8f6

Please sign in to comment.