onGetRepliesMoreResult
abstract suspend fun onGetRepliesMoreResult(result: Result<List<Message>>, parentId: String, firstId: String, limit: Int)
Runs this function on the result of the ChatClient.getRepliesMore request.