Stream Chat Unreal SDK
Loading...
Searching...
No Matches
UpdateUserPartialRequestDto.h
1
// Copyright 2022 Stream.IO, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#include "CoreMinimal.h"
6
#include "JsonObjectWrapper.h"
7
8
#include "UpdateUserPartialRequestDto.generated.h"
9
14
USTRUCT()
15
struct
FUpdateUserPartialRequestDto
16
{
17
GENERATED_BODY()
18
19
20
UPROPERTY()
21
FString
Id
;
22
24
UPROPERTY()
25
FJsonObjectWrapper Set;
26
28
UPROPERTY()
29
TArray<FString> Unset;
30
};
EMessageSortField::Id
@ Id
Message ID.
FUpdateUserPartialRequestDto
#/components/schemas/UpdateUserPartialRequest
Definition:
UpdateUserPartialRequestDto.h:16
Source
Backend
StreamChatDto
Public
Request
User
UpdateUserPartialRequestDto.h
Generated by
1.9.5