Channel

Undocumented in source.

Members

Functions

getPermissions
Permission getPermissions(Snowflake user)
Undocumented in source. Be warned that the author may not have intended to support it.
initialize
void initialize()
Undocumented in source. Be warned that the author may not have intended to support it.
sendMessage
Message sendMessage(inout(string) content, string nonce, bool tts)
Undocumented in source. Be warned that the author may not have intended to support it.
sendMessage
Message sendMessage(Sendable obj)
Undocumented in source. Be warned that the author may not have intended to support it.
sendMessagef
Message sendMessagef(inout(string) content, T args)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin Model
Undocumented in source.
__anonymous
mixin Permissible
Undocumented in source.

Properties

DM
bool DM [@property getter]

Whether this is a direct message

category
bool category [@property getter]

Whether this channel is a category

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

Whether this is a text channel

voice
bool voice [@property getter]

Whether this is a voice channel

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.
guildID
Snowflake guildID;
Undocumented in source.
id
Snowflake id;
Undocumented in source.
lastMessageID
Snowflake lastMessageID;
Undocumented in source.
name
string name;
Undocumented in source.
overwrites
PermissionOverwriteMap overwrites;
Undocumented in source.
parentID
Snowflake parentID;
Undocumented in source.
position
short position;
Undocumented in source.
recipients
UserMap recipients;
Undocumented in source.
topic
string topic;
Undocumented in source.
type
ChannelType type;
Undocumented in source.

Meta