customTitle | string or null | Custom title for the user, or null if none. | |
id | number | Unique identifier for the user. | |
imageUrl | string | URL of the user's profile image. | |
isDeleted | boolean | Indicates whether the user's account is deleted. | |
isGuest | boolean | Indicates whether the user is a guest. | |
name | string | Name or display name of the user. | |
sdkClientInfo | SdkClientInfo | SDK client information associated with the user. | |
userUniqueId | string | Unique identifier for the user across platforms. | |
uuid | string | Universally unique identifier (UUID) for the user. | |