sdk/communication/azure-communication-chat/src/main/java/com/azure/android/communication/chat/implementation/ChatThreadImpl.java [724:735]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        final String accept = "application/json";
        PagedResponseCompletableFuture<ChatMessagesCollection, ChatMessage> completableFuture =
            new PagedResponseCompletableFuture<>(
                response -> {
                    return new PagedResponseBase<>(
                        response.getRequest(),
                        response.getStatusCode(),
                        response.getHeaders(),
                        response.getValue().getValue(),
                        response.getValue().getNextLink(),
                        null);
                });
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



sdk/communication/azure-communication-chat/src/main/java/com/azure/android/communication/chat/implementation/ChatThreadImpl.java [2106:2117]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        final String accept = "application/json";
        PagedResponseCompletableFuture<ChatMessagesCollection, ChatMessage> completableFuture =
            new PagedResponseCompletableFuture<>(
                response -> {
                    return new PagedResponseBase<>(
                        response.getRequest(),
                        response.getStatusCode(),
                        response.getHeaders(),
                        response.getValue().getValue(),
                        response.getValue().getNextLink(),
                        null);
                });
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



