5#include "CoreMinimal.h"
6#include "UserObjectDto.h"
8#include "ReactionDto.generated.h"
22 FDateTime CreatedAt = FDateTime{0};
38 FDateTime UpdatedAt = FDateTime{0};
@ UserId
The user ID of the user that sent the message.
@ Type
Type of the message.
#/components/schemas/Reaction Represents user reaction to a message
Definition: ReactionDto.h:17
#/components/schemas/UserObject Used in both requests and responses
Definition: UserObjectDto.h:17