5#include "CoreMinimal.h"
6#include "Event/Abstract/ChannelEvent.h"
7#include "UserObjectDto.h"
9#include "MessageReadEvent.generated.h"
21 static FName StaticType()
23 static const FName
Type{TEXT(
"message.read")};
@ Type
Type of the message.
Represents an event that happened in a Stream channel.
Definition: ChannelEvent.h:17
A new message was created.
Definition: MessageReadEvent.h:18
#/components/schemas/UserObject Used in both requests and responses
Definition: UserObjectDto.h:17