Table of Contents

Class RestIntegrationApplication

Namespace
Discord.Rest
Assembly
Discord.Net.Rest.dll

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

IUser

Description

Gets the description of the app.

public string Description { get; }

Property Value

string

Icon

Gets the icon hash of the app.

public string Icon { get; }

Property Value

string

Name

Gets the name of the app.

public string Name { get; }

Property Value

string

Summary

Gets the summary of the app.

public string Summary { get; }

Property Value

string