Class MessageApplication
Assembly: Discord.Net.Rest.dll​
View Source​
Declaration
public class MessageApplication
Properties​
Id​
Gets the snowflake ID of the application.
View Source​
Declaration
[JsonProperty("id")]
public ulong Id { get; set; }
CoverImage​
Gets the ID of the embed's image asset.
View Source​
Declaration
[JsonProperty("cover_image")]
public string CoverImage { get; set; }
Description​
Gets the application's description.
View Source​
Declaration
[JsonProperty("description")]
public string Description { get; set; }
Icon​
Gets the ID of the application's icon.
View Source​
Declaration
[JsonProperty("icon")]
public string Icon { get; set; }
Name​
Gets the name of the application.
View Source​
Declaration
[JsonProperty("name")]
public string Name { get; set; }