+------------------------------------------+--------------------------------------+
| `GET mutes/users/ids`_ | :meth:`API.mutes_ids` |
+------------------------------------------+--------------------------------------+
- | `GET mutes/users/list`_ | :meth:`API.mutes` |
+ | `GET mutes/users/list`_ | :meth:`API.get_mutes` |
+------------------------------------------+--------------------------------------+
| `POST blocks/create`_ | :meth:`API.create_block` |
+------------------------------------------+--------------------------------------+
.. automethod:: API.mutes_ids
-.. automethod:: API.mutes
+.. automethod:: API.get_mutes
.. automethod:: API.create_block
@pagination(mode='cursor')
@payload('user', list=True)
- def mutes(self, **kwargs):
- """mutes(*, cursor, include_entities, skip_status)
+ def get_mutes(self, **kwargs):
+ """get_mutes(*, cursor, include_entities, skip_status)
Returns an array of user objects the authenticating user has muted.