5#include "CoreMinimal.h"
6#include "User/UserRef.h"
8#include "Member.generated.h"
29 bool operator==(const
FUserRef&) const;
30 bool operator==(const
FMember&) const;
31 friend uint32 GetTypeHash(const
FMember& M);
34 UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, Category = "Stream Chat|Channel|Member")
FUserRef User;
37 UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, Category = "Stream Chat|Channel|Member")
41 UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, Category =
"Stream Chat|Channel|Member")
45 UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, Category = "Stream Chat|Channel|Member")
#/components/schemas/ChannelMember
Definition: ChannelMemberDto.h:16
bool bBanned
Whether member is banned in this channel or not.
Definition: ChannelMemberDto.h:25
FString ChannelRole
Role of the member in the channel.
Definition: ChannelMemberDto.h:29
FDateTime BanExpires
Expiration date of the ban.
Definition: ChannelMemberDto.h:21
Contains information about a member of a chat channel.
Definition: Member.h:19
A reference to a unique User.
Definition: UserRef.h:23