Channel

Undocumented in source.

Constructors

this
this(Client client, JSON obj)
Undocumented in source.
this
this(Guild guild, JSON obj)
Undocumented in source.

Members

Functions

getID
Snowflake getID()
Undocumented in source. Be warned that the author may not have intended to support it.
init
void init()
Undocumented in source. Be warned that the author may not have intended to support it.
joinVoice
VoiceClient joinVoice()
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.
sendMessage
void sendMessage(string content, string nonce, bool tts)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin Model
Undocumented in source.

Properties

DM
bool DM [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
text
bool text [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
voice
bool voice [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
voiceStates
auto voiceStates [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

bitrate
uint bitrate;
Undocumented in source.
guild
Guild guild;
Undocumented in source.
id
Snowflake id;
Undocumented in source.
isPrivate
bool isPrivate;
Undocumented in source.
lastMessageID
Snowflake lastMessageID;
Undocumented in source.
name
string name;
Undocumented in source.
overwrites
PermissionOverwriteMap overwrites;
Undocumented in source.
position
short position;
Undocumented in source.
recipient
User recipient;
Undocumented in source.
topic
string topic;
Undocumented in source.
type
string type;
Undocumented in source.
vc
VoiceClient vc;
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