Interface IDiscordApplication
Represents a Application Structure API model. Docs: https://discord.com/developers/docs/resources/application#application-object-application-structure
Namespace: Color_Chan.Discord.Core.Common.Models.Application
Assembly: Color-Chan.Discord.Core.dll
Syntax
public interface IDiscordApplication
Properties
| Improve this Doc View SourceCoverImage
Gets the ID of the embed's image asset.
Declaration
string CoverImage { get; set; }
Property Value
Type | Description |
---|---|
String |
Description
The description of the app.
Declaration
string Description { get; set; }
Property Value
Type | Description |
---|---|
String |
Icon
The icon hash of the app.
Declaration
string Icon { get; set; }
Property Value
Type | Description |
---|---|
String |
Id
The id of the app.
Declaration
ulong Id { get; set; }
Property Value
Type | Description |
---|---|
System.UInt64 |
Name
The name of the app.
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
String |