getMutes

abstract suspend fun getMutes(limit: Int? = null, pageInfo: PageInfo? = null): Page<List<Account>>

Gets the list of accounts that are muted by the current account.