Skip to main content

Class Member

Assembly: Revolt.Net.dll​
View Source​
Declaration
public class Member

Properties​

_id​

View Source​
Declaration
[JsonProperty("_id")]
public MemberId _id { get; }

Nickname​

View Source​
Declaration
[JsonProperty("nickname")]
public string Nickname { get; }

Avatar​

View Source​
Declaration
[JsonProperty("avatar")]
public Attachment Avatar { get; }

Roles​

View Source​
Declaration
[JsonProperty("roles")]
public string[] Roles { get; }

Extension Methods​

  • Revolt.Member.Revolt.FillPartialMethods.FillPartial(Revolt.Member,System.String)