VoiceServerUpdate

Sent when a voice server is updated.

Members

Mixins

__anonymous
mixin Event

Undocumented in source.

Variables

endpoint
string endpoint;

Undocumented in source.

guildID
Snowflake guildID;

Undocumented in source.

token
string token;

Undocumented in source.

Mixed In Members

From mixin Event

client
Client client;

Undocumented in source.

raw
VibeJSON raw;

Undocumented in source.

deferred
EventDeferredFunc[] deferred;

Array of functions to be ran when this event has completed its pass through the any listeners, and is ready to be destroyed.

this
this(Client c, VibeJSON obj)

Undocumented in source.

defer
void defer(EventDeferredFunc f)

Used to defer a functions execution until after this event has passed through all listeners, and is ready to be destroyed.

resolveDeferreds
void resolveDeferreds()

Calls all deferred functions.

Meta