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

Contains information about the read state (i.e number of unread messages) of a member of a chat channel. More...

#include <Read.h>

Public Member Functions

 FRead ()
 Needed by USTRUCT system. Shouldn't be used directly.
 
 FRead (const FUserRef &InUser, int32 InUnreadMessages, const FDateTime &InLastRead)
 
 FRead (const FReadDto &, UUserManager *)
 Create a read state from a DTO from the API.
 
void AddUnreadMessage ()
 
void MarkRead ()
 

Public Attributes

FUserRef User
 The user to which this read state applies.
 
int32 UnreadMessages = 0
 
FDateTime LastRead = FDateTime{0}
 

Detailed Description

Contains information about the read state (i.e number of unread messages) of a member of a chat channel.


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