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
17
USTRUCT()
18
struct 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
};
EAttachmentType::File
@ File
Any other uploaded file, offered as a download.
FFileUploadResponseDto
#/components/schemas/FileUploadResponse Returned by the file and image upload endpoints.
Definition
FileUploadResponseDto.h:19
Source
Backend
StreamChatDto
Public
Response
Message
FileUploadResponseDto.h
Generated by
1.12.0