getFollowers

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

Gets the list of accounts which follow the given account, if network is not hidden by the account owner.