6#include "CoreMinimal.h"
8#include "ChannelEvent.generated.h"
22 explicit FChannelEvent(
const FName&
Type,
const FDateTime& CreatedAt,
const FString& ChannelId,
const FString& ChannelType,
const FString& Cid)
23 :
FChatEvent(
Type, CreatedAt), ChannelId(ChannelId), ChannelType(ChannelType), Cid(Cid)
@ Type
Type of the message.
Represents an event that happened in a Stream channel.
Definition: ChannelEvent.h:17
Represents an event that happened in Stream Chat.
Definition: ChatEvent.h:16