Interface IIntegrationApplication
Provides the bot/OAuth2 application for an IIntegration.
Namespace: Discord
Assembly: Discord.Net.Core.dll
Syntax
public interface IIntegrationApplication
Properties
| Improve this Doc View SourceBot
Gets the bot associated with this application.
Declaration
IUser Bot { get; }
Property Value
Type | Description |
---|---|
IUser |
Description
Gets the description of the app.
Declaration
string Description { get; }
Property Value
Type | Description |
---|---|
String |
Icon
Gets the icon hash of the app.
Declaration
string Icon { get; }
Property Value
Type | Description |
---|---|
String |
Id
Gets the id of the app.
Declaration
ulong Id { get; }
Property Value
Type | Description |
---|---|
UInt64 |
Name
Gets the name of the app.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
String |
Summary
Gets the summary of the app.
Declaration
string Summary { get; }
Property Value
Type | Description |
---|---|
String |