Interface IUserProfile
public interface IUserProfile
Properties
AccentColor
The user-selected accent color as an integer.
int? AccentColor { get; }
Property Value
- int?
BannerColor
Default banner color if no custom banner.
int? BannerColor { get; }
Property Value
- int?
BannerHash
The hash of the user profile banner image.
string? BannerHash { get; }
Property Value
Bio
The user biography text.
string? Bio { get; }
Property Value
Pronouns
The preferred pronouns of the user.
string? Pronouns { get; }