Stream Chat Unreal SDK
Loading...
Searching...
No Matches
FChannelEvent Struct Reference

Represents an event that happened in a Stream channel. More...

#include <ChannelEvent.h>

Inheritance diagram for FChannelEvent:
FChatEvent FMessageEvent FMessageReadEvent FNotificationMarkReadEvent FTypingStartEvent FTypingStopEvent FUserBannedEvent FUserUnbannedEvent FUserWatchingStartEvent FUserWatchingStopEvent

Public Member Functions

 FChannelEvent (const FName &Type, const FDateTime &CreatedAt, const FString &ChannelId, const FString &ChannelType, const FString &Cid)
 
- Public Member Functions inherited from FChatEvent
 FChatEvent (const FName &Type, const FDateTime &CreatedAt)
 

Public Attributes

FString ChannelId
 
FString ChannelType
 
FString Cid
 Channel CID (<type>:<id>)
 
- Public Attributes inherited from FChatEvent
FName Type
 Event type.
 
FDateTime CreatedAt = FDateTime{0}
 

Detailed Description

Represents an event that happened in a Stream channel.

See also
https://getstream.io/chat/docs/unreal/event_object/#event-object

The documentation for this struct was generated from the following file: