Table of Contents

Interface IIntegrationAccount

Namespace
Discord
Assembly
Discord.Net.Core.dll

Provides the account information for an IIntegration.

public interface IIntegrationAccount

Properties

Id

Gets the ID of the account.

string Id { get; }

Property Value

string

A string unique identifier of this integration account.

Name

Gets the name of the account.

string Name { get; }

Property Value

string

A string containing the name of this integration account.