Stream Chat Unreal SDK
Loading...
Searching...
No Matches
MuteChannelRequestDto.h
1// Copyright 2022 Stream.IO, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "CoreMinimal.h"
6
7#include "MuteChannelRequestDto.generated.h"
8
13USTRUCT()
15{
16 GENERATED_BODY()
17
18
19 UPROPERTY()
20 TArray<FString> ChannelCids;
21
23 UPROPERTY()
24 float Expiration = TNumericLimits<float>::Max();
25};
#/components/schemas/MuteChannelRequest
Definition: MuteChannelRequestDto.h:15