Stream Chat Unreal SDK
Loading...
Searching...
No Matches
GetThreadResponseDto.h
1// Copyright 2026 Stream.IO, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "CoreMinimal.h"
6#include "Response/ResponseDto.h"
7#include "Response/Thread/ThreadStateResponseDto.h"
8
9#include "GetThreadResponseDto.generated.h"
10
15USTRUCT()
17{
18 GENERATED_BODY()
19
20
21 UPROPERTY()
23};
#/components/schemas/GetThreadResponse
Definition GetThreadResponseDto.h:17
#/components/schemas/Response
Definition ResponseDto.h:15
#/components/schemas/ThreadStateResponse An enriched thread: the parent message plus its latest repli...
Definition ThreadStateResponseDto.h:23