Class DiscordIntegrationAccount
Represents a Discord integration account.
Inheritance
System.Object
DiscordIntegrationAccount
Namespace: DisCatSharp.Entities
Assembly: DisCatSharp.dll
Syntax
public class DiscordIntegrationAccount
Properties
| Improve this Doc View SourceId
Gets the ID of the account.
Declaration
public string Id { get; }
Property Value
Type | Description |
---|---|
System.String |
Name
Gets the name of the account.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |