5#include "CoreMinimal.h"
6#include "UserObjectDto.h"
8#include "ChannelMemberDto.generated.h"
21 FDateTime BanExpires = FDateTime{0};
33 FDateTime CreatedAt = FDateTime{0};
37 FDateTime InviteAcceptedAt = FDateTime{0};
41 FDateTime InviteRejectedAt = FDateTime{0};
45 bool bInvited = false;
49 bool bIsModerator = false;
53 bool bShadowBanned = false;
57 FDateTime UpdatedAt = FDateTime{0};
@ UserId
The user ID of the user that sent the message.
#/components/schemas/ChannelMember
Definition: ChannelMemberDto.h:16
#/components/schemas/UserObject Used in both requests and responses
Definition: UserObjectDto.h:17