Channel

class Channel : IModel, IPermissible {
Snowflake id;
Snowflake guildID;
string name;
string topic;
Snowflake lastMessageID;
short position;
uint bitrate;
ChannelType type;
Snowflake parentID;
UserMap recipients;
PermissionOverwriteMap overwrites;
VoiceClient vc;
}

Members

Properties

DM
bool DM [@property getter]

Whether this is a direct message

category
bool category [@property getter]

Whether this channel is a category

text
bool text [@property getter]

Whether this is a text channel

voice
bool voice [@property getter]

Whether this is a voice channel

Meta