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
Name
Gets the name of the account.
string Name { get; }
Property Value
- string
A string containing the name of this integration account.