Stream Chat Unreal SDK
Loading...
Searching...
No Matches
ReactionDeletedEvent.h
1
// Copyright 2022 Stream.IO, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#include "CoreMinimal.h"
6
#include "Event/Abstract/ReactionEvent.h"
7
8
#include "ReactionDeletedEvent.generated.h"
9
15
USTRUCT()
16
struct
FReactionDeletedEvent
: public
FReactionEvent
17
{
18
GENERATED_BODY()
19
20
static
FName StaticType()
21
{
22
static
const
FName
Type
{TEXT(
"reaction.deleted"
)};
23
return
Type
;
24
}
25
};
EMessageSortField::Type
@ Type
Type of the message.
FReactionDeletedEvent
A reaction was deleted.
Definition:
ReactionDeletedEvent.h:17
FReactionEvent
A WebSocket event related to a reaction.
Definition:
ReactionEvent.h:16
Source
Backend
StreamChatWebSocket
Public
Event
Channel
ReactionDeletedEvent.h
Generated by
1.9.5