5#include "CoreMinimal.h"
6#include "User/UserRef.h"
8#include "Reaction.generated.h"
26 UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, Category =
"Stream Chat|Reaction")
30 UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, Category = "Stream Chat|Reaction")
34 UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, Category = "Stream Chat|Reaction")
@ Type
Type of the message.
#/components/schemas/Reaction Represents user reaction to a message
Definition ReactionDto.h:17
int32 Score
Reaction score. If not specified reaction has score of 1.
Definition ReactionDto.h:30
FDateTime CreatedAt
Date/time of creation.
Definition ReactionDto.h:22
FString MessageId
ID of a message user reacted to.
Definition ReactionDto.h:26
FDateTime UpdatedAt
Date/time of the last update.
Definition ReactionDto.h:38
An individual reaction to a message.
Definition Reaction.h:18
A reference to a unique User.
Definition UserRef.h:23