Stream Chat Unreal SDK
Loading...
Searching...
No Matches
ChannelStateResponseDto.h
1// Copyright 2022 Stream.IO, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "ChannelStateResponseFieldsDto.h"
6#include "CoreMinimal.h"
7
8#include "ChannelStateResponseDto.generated.h"
9
14USTRUCT()
16{
17 GENERATED_BODY()
18
19
20 UPROPERTY()
21 FString Duration;
22};
#/components/schemas/ChannelStateResponse
Definition: ChannelStateResponseDto.h:16
#/components/schemas/ChannelStateResponseFields
Definition: ChannelStateResponseFieldsDto.h:19