onGetNewerRepliesResult

abstract suspend fun onGetNewerRepliesResult(result: Result<List<Message>>, parentId: String, limit: Int, lastId: String?)

Runs this function on the result of the ChatClient.getNewerReplies request.