Table of Contents

Class RestIntegrationAccount

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

Represents a Rest-based implementation of IIntegrationAccount.

public class RestIntegrationAccount : IIntegrationAccount
Inheritance
RestIntegrationAccount
Implements
Inherited Members

Properties

Id

Gets the ID of the account.

public string Id { get; }

Property Value

string

A string unique identifier of this integration account.

Name

Gets the name of the account.

public string Name { get; }

Property Value

string

A string containing the name of this integration account.