5#include "CoreMinimal.h"
6#include "Event/Abstract/ChannelEvent.h"
7#include "UserObjectDto.h"
9#include "NotificationMarkReadEvent.generated.h"
22 static FName StaticType()
24 static const FName
Type{TEXT(
"notification.mark_read")};
29 int32 TotalUnreadCount = -1;
32 int32 UnreadChannels = -1;
35 int32 UnreadCount = -1;
@ Type
Type of the message.
Represents an event that happened in a Stream channel.
Definition: ChannelEvent.h:17
Notification when a message or entire channel was marked as read.
Definition: NotificationMarkReadEvent.h:19
#/components/schemas/UserObject Used in both requests and responses
Definition: UserObjectDto.h:17