Table of Contents

Interface IUserProfile

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll
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

string

Bio

The user biography text.

string? Bio { get; }

Property Value

string

Pronouns

The preferred pronouns of the user.

string? Pronouns { get; }

Property Value

string