Stream Chat Unreal SDK
|
#/components/schemas/ChannelMember More...
#include <ChannelMemberDto.h>
Public Attributes | |
FDateTime | BanExpires = FDateTime{0} |
Expiration date of the ban. | |
bool | bBanned = false |
Whether member is banned in this channel or not. | |
FString | ChannelRole |
Role of the member in the channel. | |
FDateTime | CreatedAt = FDateTime{0} |
Date/time of creation. | |
FDateTime | InviteAcceptedAt = FDateTime{0} |
Date when invite was accepted. | |
FDateTime | InviteRejectedAt = FDateTime{0} |
Date when invite was rejected. | |
bool | bInvited = false |
Whether member was invited or not. | |
bool | bIsModerator = false |
Whether member is channel moderator or not. | |
bool | bShadowBanned = false |
Whether member is shadow banned in this channel or not. | |
FDateTime | UpdatedAt = FDateTime{0} |
Date/time of the last update. | |
FUserObjectDto | User |
FString | UserId |
#/components/schemas/ChannelMember