Table of Contents

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

DateTimeOffset

HttpHeaderValue

public string HttpHeaderValue { get; }

Property Value

string

Id

The unique identifier for this object.

public ulong Id { get; }

Property Value

ulong

RawToken

public string RawToken { get; }

Property Value

string