The OpenD Programming Language

DiscordMentionable

Represents something mentionable on Discord with @name - roles and users.

abstract
class DiscordMentionable : DiscordEntity {}

Inherited Members

From DiscordEntity

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

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

Meta