5#include "CoreMinimal.h"
6#include "Event/Abstract/ChannelEvent.h"
7#include "UserObjectDto.h"
9#include "UserBannedEvent.generated.h"
21 static FName StaticType()
23 static const FName
Type{TEXT(
"user.banned")};
28 FDateTime Expiration = FDateTime{0};
@ Type
Type of the message.
Represents an event that happened in a Stream channel.
Definition: ChannelEvent.h:17
#/components/schemas/UserBannedEvent
Definition: UserBannedEvent.h:18
#/components/schemas/UserObject Used in both requests and responses
Definition: UserObjectDto.h:17