Stream Chat Unreal SDK
Loading...
Searching...
No Matches
FReaction Struct Reference

An individual reaction to a message. More...

#include <Reaction.h>

Public Member Functions

 FReaction (const FReactionDto &, UUserManager *)
 
 FReaction (const FName &Type, const FUserRef &, const FString &MessageId, int32 Score=1)
 

Public Attributes

FName Type
 The type of reaction (e.g. 'like', 'laugh', 'wow')
 
int32 Score = 1
 Reaction score. If not specified reaction has score of 1.
 
FUserRef User
 Reacting user.
 
FString MessageId
 ID of a message user reacted to.
 
FDateTime CreatedAt = FDateTime::UtcNow()
 Date/time of creation.
 
FDateTime UpdatedAt = FDateTime::UtcNow()
 Date/time of the last update.
 

Detailed Description

An individual reaction to a message.


The documentation for this struct was generated from the following files: