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
JsonAccountThe JSON model to create an Integration object from.
Properties
Id
The ID of the account.
public override ulong Id { get; }
Property Value
Name
The name of the account.
public string Name { get; }