Class UserProfileResponse
- Namespace
- Fluxer.Net
- Assembly
- Fluxer.Net.dll
public class UserProfileResponse
- Inheritance
-
object
UserProfileResponse
Properties
Connections
[JsonProperty("connected_accounts")]
public UserConnectionJson[] Connections { get; set; }
Property Value
- UserConnectionJson[]
Member
[JsonProperty("guild_member")]
public GuildMemberJson? Member { get; set; }
Property Value
- GuildMemberJson
MemberProfile
[JsonProperty("guild_member_profile")]
public UserProfileJson? MemberProfile { get; set; }
Property Value
- UserProfileJson
MutualFriends
[JsonProperty("mutual_friends")]
public UserJson[]? MutualFriends { get; set; }
Property Value
- UserJson[]
MutualGuilds
[JsonProperty("mutual_guilds")]
public GuildJson[]? MutualGuilds { get; set; }
Property Value
- GuildJson[]
PremiumSince
[JsonProperty("premium_since")]
public DateTimeOffset? PremiumSince { get; set; }
Property Value
- DateTimeOffset?
PremiumType
[JsonProperty("premium_type")]
public int PremiumType { get; set; }
Property Value
- int
Profile
[JsonProperty("user_profile")]
public UserProfileJson Profile { get; set; }
Property Value
- UserProfileJson
User
[JsonProperty("user")]
public UserJson User { get; set; }
Property Value
- UserJson