5#include "CoreMinimal.h"
6#include "Event/Abstract/MessageEvent.h"
8#include "NotificationMessageNewEvent.generated.h"
20 static FName StaticType()
22 static const FName
Type{TEXT(
"notification.message_new")};
28 int32 TotalUnreadCount = -1;
32 int32 UnreadChannels = -1;
@ Type
Type of the message.
A WebSocket event related to a message.
Definition: MessageEvent.h:17
Notification when a new message was created.
Definition: NotificationMessageNewEvent.h:17