|
Stream Chat Unreal SDK
|
#/components/schemas/ThreadParticipant Represents a user that is participating in a thread. Used in responses only More...
#include <ThreadParticipantDto.h>
Public Attributes | |
| FString | ChannelCid |
| CID of the channel the thread belongs to. | |
| FString | ThreadId |
| Unique identifier of the thread, which is the ID of its parent message. | |
| FString | UserId |
| Unique identifier of the participating user. | |
| FUserObjectDto | User |
| The participating user. | |
| FDateTime | CreatedAt = FDateTime{0} |
| Date/time the user joined the thread. | |
| FDateTime | LastReadAt = FDateTime{0} |
| Date/time the user last read this thread. | |
| FDateTime | LastThreadMessageAt = FDateTime{0} |
| Date/time of the last message this user sent in the thread. | |
| FDateTime | LeftThreadAt = FDateTime{0} |
| Date/time the user left the thread. | |
| FAdditionalFields | AdditionalFields |
#/components/schemas/ThreadParticipant Represents a user that is participating in a thread. Used in responses only