+------------------------------------------+--------------------------------------+
| `GET blocks/list`_ | :meth:`API.get_blocks` |
+------------------------------------------+--------------------------------------+
- | `GET mutes/users/ids`_ | :meth:`API.mutes_ids` |
+ | `GET mutes/users/ids`_ | :meth:`API.get_muted_ids` |
+------------------------------------------+--------------------------------------+
| `GET mutes/users/list`_ | :meth:`API.get_mutes` |
+------------------------------------------+--------------------------------------+
.. automethod:: API.get_blocks
-.. automethod:: API.mutes_ids
+.. automethod:: API.get_muted_ids
.. automethod:: API.get_mutes
@pagination(mode='cursor')
@payload('ids')
- def mutes_ids(self, **kwargs):
- """mutes_ids(*, stringify_ids, cursor)
+ def get_muted_ids(self, **kwargs):
+ """get_muted_ids(*, stringify_ids, cursor)
Returns an array of numeric user IDs the authenticating user has muted.