Table of Contents

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

IUser

Description

Gets the description of the app.

string Description { get; }

Property Value

string

Icon

Gets the icon hash of the app.

string Icon { get; }

Property Value

string

Id

Gets the id of the app.

ulong Id { get; }

Property Value

ulong

Name

Gets the name of the app.

string Name { get; }

Property Value

string

Summary

Gets the summary of the app.

string Summary { get; }

Property Value

string