Guild

Undocumented in source.

Members

Functions

getID
Snowflake getID()
Undocumented in source. Be warned that the author may not have intended to support it.
getMember
GuildMember getMember(User obj)
Undocumented in source. Be warned that the author may not have intended to support it.
getMember
GuildMember getMember(Snowflake id)
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.
kick
void kick(GuildMember member)
Undocumented in source. Be warned that the author may not have intended to support it.
kick
void kick(User user)
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.

Mixins

__anonymous
mixin Model
Undocumented in source.

Variables

afkChannelID
Snowflake afkChannelID;
Undocumented in source.
afkTimeout
uint afkTimeout;
Undocumented in source.
channels
ChannelMap channels;
Undocumented in source.
embedChannelID
Snowflake embedChannelID;
Undocumented in source.
embedEnabled
bool embedEnabled;
Undocumented in source.
emojis
EmojiMap emojis;
Undocumented in source.
features
string[] features;
Undocumented in source.
icon
string icon;
Undocumented in source.
id
Snowflake id;
Undocumented in source.
members
GuildMemberMap members;
Undocumented in source.
name
string name;
Undocumented in source.
ownerID
Snowflake ownerID;
Undocumented in source.
region
string region;
Undocumented in source.
roles
RoleMap roles;
Undocumented in source.
splash
string splash;
Undocumented in source.
unavailable
bool unavailable;
Undocumented in source.
verificationLevel
ushort verificationLevel;
Undocumented in source.
voiceStates
VoiceStateMap voiceStates;
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