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
9USTRUCT()
10struct 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};
@ UserId
The user ID of the user that sent the message.
@ Id
Message ID.