5#include "AdditionalFields.h"
6#include "CoreMinimal.h"
7#include "UserObjectDto.h"
9#include "ThreadParticipantDto.generated.h"
40 FDateTime CreatedAt = FDateTime{0};
44 FDateTime LastReadAt = FDateTime{0};
48 FDateTime LastThreadMessageAt = FDateTime{0};
52 FDateTime LeftThreadAt = FDateTime{0};
55 FAdditionalFields AdditionalFields;
@ UserId
The user ID of the user that sent the message.
@ ChannelCid
The channel CID for the ban. When this parameter is not provided, both global and channel bans will b...
#/components/schemas/ThreadParticipant Represents a user that is participating in a thread....
Definition ThreadParticipantDto.h:19
#/components/schemas/UserObject Used in both requests and responses
Definition UserObjectDto.h:17