Class Base<T, R>

The base of all structures in this library. All structures that have an ID will extend this class.

Type Parameters

  • T = {
        id: string;
    }

  • R = string

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

client: Client
id: R

Identifier of this structrure

raw: T

Bare data of this structure

Methods

Generated using TypeDoc