|
Stream Chat Unreal SDK
|
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} |
Contains information about the read state (i.e number of unread messages) of a member of a chat channel.