Class BotToken
- Namespace
- NetCord
- Assembly
- NetCord.dll
public class BotToken : IEntityToken, IToken, IEntity
- Inheritance
-
BotToken
- Implements
- Inherited Members
Constructors
BotToken(string)
public BotToken(string token)
Parameters
token
string
Properties
CreatedAt
The time this object was created.
public DateTimeOffset CreatedAt { get; }
Property Value
HttpHeaderValue
public string HttpHeaderValue { get; }
Property Value
Id
The unique identifier for this object.
public ulong Id { get; }
Property Value
RawToken
public string RawToken { get; }