5#include "CoreMinimal.h"
6#include "Event/Abstract/ChannelEvent.h"
7#include "UserObjectDto.h"
9#include "UserWatchingStartEvent.generated.h"
21 static FName StaticType()
23 static const FName
Type{TEXT(
"user.watching.start")};
31 uint32 WatcherCount = TNumericLimits<uint32>::Max();
@ Type
Type of the message.
Represents an event that happened in a Stream channel.
Definition: ChannelEvent.h:17
#/components/schemas/UserObject Used in both requests and responses
Definition: UserObjectDto.h:17
#/components/schemas/UserWatchingStartEvent
Definition: UserWatchingStartEvent.h:18