From: antoinemcgrath Date: Fri, 8 Jun 2018 22:08:15 +0000 (-0700) Subject: update X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=6d442f9b56dbca9c66574f2dec897c9a6b636164;p=tweepy.git update --- diff --git a/tweepy/api.py b/tweepy/api.py index 9781cda..b627f07 100644 --- a/tweepy/api.py +++ b/tweepy/api.py @@ -802,7 +802,15 @@ class API(object): require_auth=True ) - + @property + def mutes_ids(self): + """ :reference: https://dev.twitter.com/rest/reference/get/mutes/users/ids """ + return bind_api( + api=self, + path='/mutes/users/ids.json', + payload_type='json', + require_auth=True + ) @property def create_mute(self):