Stream Chat Unreal SDK
Loading...
Searching...
No Matches
FOwnUserDto Struct Reference

#/components/schemas/OwnUser More...

#include <OwnUserDto.h>

Inheritance diagram for FOwnUserDto:
FUserDto

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< FUserMuteDtoMutes
 
TArray< FChannelMuteDtoChannelMutes
 
- Public Attributes inherited from FUserDto
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

- Public Member Functions inherited from FUserDto
 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={})
 

Detailed Description

#/components/schemas/OwnUser


The documentation for this struct was generated from the following file: