5#include "CoreMinimal.h"
6#include "Response/Moderation/ChannelMuteDto.h"
7#include "User/UserRef.h"
9#include "MutedChannel.generated.h"
14struct STREAMCHAT_API FMutedChannel
23 UPROPERTY(BlueprintReadOnly, Category = "Stream Chat|Muted Channel")
24 FDateTime CreatedAt = FDateTime{0};
27 UPROPERTY(BlueprintReadOnly, Category =
"Stream Chat|Muted Channel")
28 FDateTime UpdatedAt = FDateTime{0};
31 UPROPERTY(BlueprintReadOnly, Category =
"Stream Chat|Muted Channel")
32 FDateTime Expires = FDateTime{0};
36 UPROPERTY(BlueprintReadOnly, Category =
"Stream Chat|Muted Channel")
40 UPROPERTY(BlueprintReadOnly, Category = "Stream Chat|Muted Channel")
#/components/schemas/ChannelMute
Definition: ChannelMuteDto.h:17
A reference to a unique User.
Definition: UserRef.h:23