Stream Chat Unreal SDK
Loading...
Searching...
No Matches
GetReactionsResponseDto.h
1// Copyright 2022 Stream.IO, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "CoreMinimal.h"
6#include "ReactionDto.h"
7#include "Response/ResponseDto.h"
8
9#include "GetReactionsResponseDto.generated.h"
10
15USTRUCT()
17{
18 GENERATED_BODY()
19
20
21 UPROPERTY()
22 TArray<FReactionDto> Reactions;
23};
#/components/schemas/GetReactionsResponse
Definition: GetReactionsResponseDto.h:17
#/components/schemas/Reaction Represents user reaction to a message
Definition: ReactionDto.h:17
#/components/schemas/Response
Definition: ResponseDto.h:15