Stream Chat Unreal SDK
|
#/components/schemas/OwnUser More...
#include <OwnUserDto.h>
Public Attributes | |
bool | bOnline = false |
Whether a user online or not. | |
FDateTime | CreatedAt = FDateTime{0} |
Date/time of creation. | |
FDateTime | UpdatedAt = FDateTime{0} |
Date/time of the last update. | |
FDateTime | LastActive = FDateTime{0} |
Date of last activity. | |
int32 | UnreadCount = -1 |
int32 | TotalUnreadCount = -1 |
int32 | UnreadChannels = -1 |
TArray< FUserMuteDto > | Mutes |
TArray< FChannelMuteDto > | ChannelMutes |
![]() | |
FString | Id |
Unique user identifier. | |
FDateTime | BanExpires = FDateTime{0} |
Expiration date of the ban. | |
bool | bBanned = false |
Whether a user is banned or not. | |
bool | bInvisible = false |
Whether a user should appear online or not. | |
FString | Language |
Preferred language of a user. | |
FDateTime | RevokeTokensIssuedBefore = FDateTime{0} |
Revocation date for tokens. | |
FString | Role |
Determines the set of user permissions. | |
TArray< FString > | Teams |
List of teams user is a part of. | |
FAdditionalFields | AdditionalFields |
Additional Inherited Members | |
![]() | |
FUserDto (const FString &Id, const FDateTime &BanExpires=FDateTime{0}, const bool bBanned=false, const bool bInvisible=false, const FString &Language={}, const FDateTime &RevokeTokensIssuedBefore=FDateTime{0}, const FString &Role={}, const TArray< FString > &Teams={}, const FAdditionalFields &AdditionalFields={}) | |
#/components/schemas/OwnUser