Class MessageApplication
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public class MessageApplication
Properties​
Id​
Gets the snowflake ID of the application.
View Source​
Declaration
public ulong Id { get; }
CoverImage​
Gets the ID of the embed's image asset.
View Source​
Declaration
public string CoverImage { get; }
Description​
Gets the application's description.
View Source​
Declaration
public string Description { get; }
Icon​
Gets the ID of the application's icon.
View Source​
Declaration
public string Icon { get; }
IconUrl​
Gets the Url of the application's icon.
View Source​
Declaration
public string IconUrl { get; }
Name​
Gets the name of the application.
View Source​
Declaration
public string Name { get; }
Methods​
ToString()​
View Source​
Declaration
public override string ToString()
Returns​
System.String