5#include "CoreMinimal.h"
6#include "Event/Abstract/ChannelEvent.h"
7#include "UserObjectDto.h"
9#include "TypingStopEvent.generated.h"
23 const FDateTime& CreatedAt,
24 const FString& ChannelId,
25 const FString& ChannelType,
33 static FName StaticType()
35 static const FName
Type{TEXT(
"typing.stop")};
@ Type
Type of the message.
@ ParentId
The parent message ID (if the message is a reply)
Represents an event that happened in a Stream channel.
Definition: ChannelEvent.h:17
A user stoped typing.
Definition: TypingStopEvent.h:18
#/components/schemas/UserObject Used in both requests and responses
Definition: UserObjectDto.h:17