The OpenD Programming Language

DiscordEntity

Base class to represent some object on Discord, e.g. users, channels, etc., through its subclasses.

More...

Members

Functions

id
string id()
rest
DiscordRestApi.RestBuilder rest()

Gives easy access to its rest api through arsd.http2.HttpApiClient's dynamic dispatch functions.

restType
string restType()

Detailed Description

Among its implementations are:

Meta