Class RestIntegrationApplication
Represents a Rest-based implementation of IIntegrationApplication.
public class RestIntegrationApplication : RestEntity<ulong>, IEntity<ulong>, IIntegrationApplication
- Inheritance
-
RestIntegrationApplication
- Implements
- Inherited Members
Properties
Bot
Gets the bot associated with this application.
public IUser Bot { get; }
Property Value
Description
Gets the description of the app.
public string Description { get; }
Property Value
Icon
Gets the icon hash of the app.
public string Icon { get; }
Property Value
Name
Gets the name of the app.
public string Name { get; }
Property Value
Summary
Gets the summary of the app.
public string Summary { get; }