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

Notification when a message or entire channel was marked as read. More...

#include <NotificationMarkReadEvent.h>

Inheritance diagram for FNotificationMarkReadEvent:
FChannelEvent FChatEvent

Static Public Member Functions

static FName StaticType ()
 

Public Attributes

int32 TotalUnreadCount = -1
 
int32 UnreadChannels = -1
 
int32 UnreadCount = -1
 
FUserObjectDto User
 
- Public Attributes inherited from FChannelEvent
FString ChannelId
 
FString ChannelType
 
FString Cid
 Channel CID (<type>:<id>)
 
- Public Attributes inherited from FChatEvent
FName Type
 Event type.
 
FDateTime CreatedAt = FDateTime{0}
 

Additional Inherited Members

- Public Member Functions inherited from FChannelEvent
 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)
 

Detailed Description

Notification when a message or entire channel was marked as read.

See also
https://getstream.io/chat/docs/events/#notification.mark_read

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