Table of Contents

Class IntegrationApplication

Namespace
NetCord
Assembly
NetCord.dll
public class IntegrationApplication : Entity, IEntity, ISpanFormattable, IFormattable, IEquatable<Entity>, IJsonModel<JsonIntegrationApplication>
Inheritance
IntegrationApplication
Implements
Inherited Members

Constructors

IntegrationApplication(JsonIntegrationApplication, RestClient)

public IntegrationApplication(JsonIntegrationApplication jsonModel, RestClient client)

Parameters

jsonModel JsonIntegrationApplication
client RestClient

Properties

Bot

public User? Bot { get; }

Property Value

User

Description

public string Description { get; }

Property Value

string

IconHash

public string? IconHash { get; }

Property Value

string

Id

The unique identifier for this object.

public override ulong Id { get; }

Property Value

ulong

Name

public string Name { get; }

Property Value

string

Summary

public string Summary { get; }

Property Value

string