Loading...
Searching...
No Matches
FAccelByteModelsChatQueryChatData Struct Reference

Chat Query result data. More...

#include <AccelByteChatModels.h>

Public Attributes

FString ChatId {}
 Unique identifier for a chat.
FString TopicId {}
 Topic id where this chat belongs to.
FString Message {}
 Chat message content.
FDateTime CreatedAt { 0 }
 Creation time of sent chat.
FString From {}
 Sender's UserId.
FDateTime ReadAt { 0 }
 Read time of sent chat.

Detailed Description

Chat Query result data.