|
Stream Chat Unreal SDK
|
#/components/schemas/Reaction Represents user reaction to a message More...
#include <ReactionDto.h>
Public Attributes | |
| FDateTime | CreatedAt = FDateTime{0} |
| Date/time of creation. | |
| FString | MessageId |
| ID of a message user reacted to. | |
| int32 | Score = 1 |
| Reaction score. If not specified reaction has score of 1. | |
| FName | Type |
| The type of reaction (e.g. 'like', 'laugh', 'wow') | |
| FDateTime | UpdatedAt = FDateTime{0} |
| Date/time of the last update. | |
| FUserObjectDto | User |
| FString | UserId |
#/components/schemas/Reaction Represents user reaction to a message