Stream Chat Unreal SDK
Loading...
Searching...
No Matches
SendEventRequest.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 "SendEventRequest.generated.h"
9
14
USTRUCT()
15
struct
FSendEventRequestDto
16
{
17
GENERATED_BODY()
18
19
UPROPERTY()
20
FJsonObjectWrapper Event;
21
};
FSendEventRequestDto
#/components/schemas/SendEventRequest
Definition:
SendEventRequest.h:16
Source
Backend
StreamChatDto
Public
Request
Event
SendEventRequest.h
Generated by
1.9.5