Class MessageApplication
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
public class MessageApplication
- Inheritance
-
MessageApplication
- Inherited Members
Properties
CoverImage
Gets the ID of the embed's image asset.
public string CoverImage { get; }
Property Value
Description
Gets the application's description.
public string Description { get; }
Property Value
Icon
Gets the ID of the application's icon.
public string Icon { get; }
Property Value
IconUrl
Gets the Url of the application's icon.
public string IconUrl { get; }
Property Value
Id
Gets the snowflake ID of the application.
public ulong Id { get; }
Property Value
Name
Gets the name of the application.
public string Name { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.