Stream Chat Unreal SDK
Loading...
Searching...
No Matches
FFileUploadResponseDto Struct Reference

#/components/schemas/FileUploadResponse Returned by the file and image upload endpoints. More...

#include <FileUploadResponseDto.h>

Public Attributes

FString Duration
 Duration of the request in human-readable format.
 
FString File
 URL of the uploaded file, to be used as an attachment's asset or image URL.
 
FString ThumbUrl
 URL of a generated preview. Image uploads only, and may be empty.
 

Detailed Description

#/components/schemas/FileUploadResponse Returned by the file and image upload endpoints.

The uploaded URL comes back in file for both endpoints. thumb_url is only populated by the image endpoint, and only once the backend has generated a preview.


The documentation for this struct was generated from the following file: