discord.w.api

Undocumented in source.

Members

Aliases

TTS
alias TTS = Flag!"tts"
Undocumented in source.

Functions

authBot
void delegate(scope HTTPClientRequest req) @(safe) authBot(string token, void delegate(scope HTTPClientRequest req) @(safe) then)
Undocumented in source. Be warned that the author may not have intended to support it.
prependEndpoint
void prependEndpoint(string endpoint, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
requestDiscordEndpoint
Json requestDiscordEndpoint(string route, string bucket, void delegate(scope HTTPClientRequest req) @(safe) requester)
Undocumented in source. Be warned that the author may not have intended to support it.
requestDiscordEndpointJson
Json requestDiscordEndpointJson(HTTPMethod method, T value, string route, string bucket, void delegate(scope HTTPClientRequest req) @(safe) requester)
Undocumented in source. Be warned that the author may not have intended to support it.
requestDiscordEndpointNull
Json requestDiscordEndpointNull(HTTPMethod method, string route, string bucket, void delegate(scope HTTPClientRequest req) @(safe) requester)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

discordEndpointBase
enum discordEndpointBase;
Undocumented in source.
discordwVersion
enum discordwVersion;
Undocumented in source.
simpleRequesters
enum simpleRequesters;
Undocumented in source.

Structs

ChannelAPI
struct ChannelAPI
Undocumented in source.
GuildAPI
struct GuildAPI
Undocumented in source.
HTTPRateLimit
struct HTTPRateLimit
Undocumented in source.

Variables

httpRateLimit
HTTPRateLimit httpRateLimit;
Undocumented in source.

Meta