5#include "CoreMinimal.h"
6#include "Request/User/UserObjectRequestDto.h"
8#include "ChannelMemberRequestDto.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/ChannelMemberRequest
Definition: ChannelMemberRequestDto.h:16
#/components/schemas/UserObjectRequest
Definition: UserObjectRequestDto.h:16