Class Account
- Namespace
- NetCord
- Assembly
- NetCord.dll
public class Account : Entity, IEntity, ISpanFormattable, IFormattable, IEquatable<Entity>, IJsonModel<JsonAccount>
- Inheritance
-
Account
- Implements
- Inherited Members
Constructors
Account(JsonAccount)
public Account(JsonAccount jsonModel)
Parameters
jsonModel
JsonAccount
Properties
Id
The unique identifier for this object.
public override ulong Id { get; }
Property Value
Name
Name of the account.
public string Name { get; }