onGetRepliesPrecondition

open suspend override fun onGetRepliesPrecondition(messageId: String, limit: Int): Result<Unit>

Runs precondition check for ChatClient.getReplies. If it returns Result.Success then the request is run otherwise it returns Result.Failure and no request is made.