VoiceState

Undocumented in source.

Members

Functions

load
void load(JSON obj)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin Model
Undocumented in source.

Properties

channel
Channel channel [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
guild
Guild guild [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

channelID
Snowflake channelID;
Undocumented in source.
deaf
bool deaf;
Undocumented in source.
guildID
Snowflake guildID;
Undocumented in source.
mute
bool mute;
Undocumented in source.
selfDeaf
bool selfDeaf;
Undocumented in source.
selfMute
bool selfMute;
Undocumented in source.
sessionID
string sessionID;
Undocumented in source.
suppress
bool suppress;
Undocumented in source.
userID
Snowflake userID;
Undocumented in source.

Mixed In Members

From mixin Model

this
this(Client client, JSON obj)
Undocumented in source.
after
auto after(Duration delay)
Undocumented in source. Be warned that the author may not have intended to support it.
chain
auto chain()
Undocumented in source. Be warned that the author may not have intended to support it.
call
void call(T args)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From IModel

client
Client client;
Undocumented in source.
init
void init()
Undocumented in source. Be warned that the author may not have intended to support it.
load
void load(JSON obj)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta