Class MessageApplication
Inheritance
MessageApplication
Assembly: Discord.Net.Core.dll
Syntax
public class MessageApplication : object
Properties
|
Improve this Doc
View Source
CoverImage
Gets the ID of the embed's image asset.
Declaration
public string CoverImage { get; }
Property Value
|
Improve this Doc
View Source
Description
Gets the application's description.
Declaration
public string Description { get; }
Property Value
|
Improve this Doc
View Source
Icon
Gets the ID of the application's icon.
Declaration
public string Icon { get; }
Property Value
|
Improve this Doc
View Source
IconUrl
Gets the Url of the application's icon.
Declaration
public string IconUrl { get; }
Property Value
|
Improve this Doc
View Source
Id
Gets the snowflake ID of the application.
Declaration
Property Value
|
Improve this Doc
View Source
Name
Gets the name of the application.
Declaration
public string Name { get; }
Property Value
Methods
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns