Stream Chat Unreal SDK
Loading...
Searching...
No Matches
FileUploadResponseDto.h
1// Copyright 2026 Stream.IO, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "CoreMinimal.h"
6
7#include "FileUploadResponseDto.generated.h"
8
17USTRUCT()
18struct STREAMCHATDTO_API FFileUploadResponseDto
19{
20 GENERATED_BODY()
21
22
23 UPROPERTY()
24 FString Duration;
25
27 UPROPERTY()
28 FString File;
29
31 UPROPERTY()
32 FString ThumbUrl;
33};
@ File
Any other uploaded file, offered as a download.
#/components/schemas/FileUploadResponse Returned by the file and image upload endpoints.
Definition FileUploadResponseDto.h:19