Table of Contents

Class Account

Namespace
NetCord
Assembly
NetCord.dll

Represents an account as part of an Integration object.

public class Account : Entity, IEntity, ISpanFormattable, IFormattable, IEquatable<Entity>, IJsonModel<JsonAccount>
Inheritance
Account
Implements
Inherited Members

Constructors

Account(JsonAccount)

Represents an account as part of an Integration object.

public Account(JsonAccount jsonModel)

Parameters

jsonModel JsonAccount

The JSON model to create an Integration object from.

Properties

Id

The ID of the account.

public override ulong Id { get; }

Property Value

ulong

Name

The name of the account.

public string Name { get; }

Property Value

string