Stream Chat Unreal SDK
Loading...
Searching...
No Matches
JsonPlaceholderPost.h
1
// Copyright 2022 Stream.IO, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#include "CoreMinimal.h"
6
7
#include "JsonPlaceholderPost.generated.h"
8
9
USTRUCT()
10
struct FJsonPlaceholderPost
11
{
12
GENERATED_BODY()
13
14
UPROPERTY()
15
int32
UserId
= -1;
16
17
UPROPERTY()
18
int32
Id
= -1;
19
20
UPROPERTY()
21
FString Title;
22
23
UPROPERTY()
24
FString Body;
25
};
EMessageSortField::UserId
@ UserId
The user ID of the user that sent the message.
EMessageSortField::Id
@ Id
Message ID.
Source
Util
HttpRequests
Private
Tests
JsonPlaceholderPost.h
Generated by
1.9.5