class Base

abstract
export abstract class Base

Represents a data model that is identifiable by a Snowflake (i.e. Discord API data models).

Constructors

constructor(
client: Client<true>
)

Constructs a new instance of the Base class

readonly
client : Client<true>

The client that instantiated this

toJSON(
...props: Record<string, boolean | string>[]
) : unknown

valueOf() : string