getFollowing

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

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