onGetRepliesResult

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

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