- disconnected
void function(int errorCode, const(char)* message) disconnected;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- errored
void function(int errorCode, const(char)* message) errored;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- joinGame
void function(const(char)* joinSecret) joinGame;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- joinRequest
void function(const(DiscordUser)* request) joinRequest;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ready
void function(const(DiscordUser)* request) ready;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- spectateGame
void function(const(char)* spectateSecret) spectateGame;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.