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