Interface IApplication
Represents a Discord application created via the developer portal.
Namespace: Discord
Assembly: Discord.Net.Core.dll
Syntax
public interface IApplication : ISnowflakeEntity, IEntity<ulong>
Properties
| Improve this Doc View SourceDescription
Gets the description of the application.
Declaration
string Description { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Flags
Declaration
ulong Flags { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt64 |
IconUrl
Gets the icon URL of the application.
Declaration
string IconUrl { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Name
Gets the name of the application.
Declaration
string Name { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Owner
Gets the partial user object containing info on the owner of the application.
Declaration
IUser Owner { get; }
Property Value
| Type | Description |
|---|---|
| IUser |
RPCOrigins
Gets the RPC origins of the application.
Declaration
string[] RPCOrigins { get; }
Property Value
| Type | Description |
|---|---|
| System.String[] |