Stream Chat Unreal SDK
Loading...
Searching...
No Matches
MarkReadResponseDto.h
1// Copyright 2022 Stream.IO, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "CoreMinimal.h"
6#include "Response/Event/EventDto.h"
7#include "Response/ResponseDto.h"
8
9#include "MarkReadResponseDto.generated.h"
10
15USTRUCT()
17{
18 GENERATED_BODY()
19
20
21 UPROPERTY()
22 FEventDto Event;
23};
#/components/schemas/Event An event returned in a HTTP response. Distinct from WebSocket events
Definition: EventDto.h:18
#/components/schemas/MarkReadResponse
Definition: MarkReadResponseDto.h:17
#/components/schemas/Response
Definition: ResponseDto.h:15