Class MessageApplication
Inheritance
System.Object
MessageApplication
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Discord
Assembly: Discord.Net.Core.dll
Syntax
public class MessageApplication
Properties
| Improve this Doc View SourceCoverImage
Gets the ID of the embed's image asset.
Declaration
public string CoverImage { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Description
Gets the application's description.
Declaration
public string Description { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Icon
Gets the ID of the application's icon.
Declaration
public string Icon { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
IconUrl
Gets the Url of the application's icon.
Declaration
public string IconUrl { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Id
Gets the snowflake ID of the application.
Declaration
public ulong Id { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt64 |
Name
Gets the name of the application.
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |
Overrides
System.Object.ToString()