Class Profile
Assembly: Revolt.Net.dll​
View Source​
Declaration
public class Profile
Properties​
Content​
View Source​
Declaration
[JsonIgnore]
public string Content { get; set; }
Background​
View Source​
Declaration
[JsonProperty("background")]
public Attachment Background { get; }
Fields​
ContentMaxLength​
View Source​
Declaration
public const int ContentMaxLength = 2000