Stream Chat Unreal SDK
|
Represents an event that happened in a Stream channel. More...
#include <ChannelEvent.h>
Public Member Functions | |
FChannelEvent (const FName &Type, const FDateTime &CreatedAt, const FString &ChannelId, const FString &ChannelType, const FString &Cid) | |
![]() | |
FChatEvent (const FName &Type, const FDateTime &CreatedAt) | |
Public Attributes | |
FString | ChannelId |
FString | ChannelType |
FString | Cid |
Channel CID (<type>:<id>) | |
![]() | |
FName | Type |
Event type. | |
FDateTime | CreatedAt = FDateTime{0} |
Represents an event that happened in a Stream channel.