Base class to represent some object on Discord, e.g. users, channels, etc., through its subclasses.
Gives easy access to its rest api through arsd.http2.HttpApiClient's dynamic dispatch functions.
Among its implementations are:
See Implementation
Base class to represent some object on Discord, e.g. users, channels, etc., through its subclasses.