getStatuses

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

Gets statuses posted by the given account.