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