Guild

Members

Functions

iconURL
URL iconURL()
Undocumented in source. Be warned that the author may not have intended to support it.
splashURL
URL splashURL()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin OptionalSerializer!(typeof(this))
Undocumented in source.

Variables

afk_channel_id
Snowflake afk_channel_id;
Undocumented in source.
afk_timeout
int afk_timeout;
Undocumented in source.
application_id
Nullable!Snowflake application_id;
Undocumented in source.
channels
Channel[] channels;
Undocumented in source.
default_message_notifications
MessageNotificationLevel default_message_notifications;
Undocumented in source.
embed_channel_id
Snowflake embed_channel_id;
Undocumented in source.
embed_enabled
bool embed_enabled;
Undocumented in source.
emojis
Emoji[] emojis;
Undocumented in source.
explicit_content_filter
ExplicitContentFilterLevel explicit_content_filter;
Undocumented in source.
features
string[] features;
Undocumented in source.
icon
Nullable!string icon;
Undocumented in source.
id
Snowflake id;
Undocumented in source.
joined_at
SafeTime joined_at;
Undocumented in source.
large
bool large;
Undocumented in source.
member_count
int member_count;
Undocumented in source.
members
GuildMember[] members;
Undocumented in source.
mfa_level
MFALevel mfa_level;
Undocumented in source.
name
string name;
Undocumented in source.
owner
bool owner;
Undocumented in source.
owner_id
Snowflake owner_id;
Undocumented in source.
permissions
uint permissions;
Undocumented in source.
presences
PresenceUpdate[] presences;
Undocumented in source.
region
string region;
Undocumented in source.
roles
Role[] roles;
Undocumented in source.
splash
Nullable!string splash;
Undocumented in source.
system_channel_id
Nullable!Snowflake system_channel_id;
Undocumented in source.
unavailable
bool unavailable;
Undocumented in source.
verification_level
VerificationLevel verification_level;
Undocumented in source.
voice_states
VoiceState[] voice_states;
Undocumented in source.
widget_channel_id
Snowflake widget_channel_id;
Undocumented in source.
widget_enabled
bool widget_enabled;
Undocumented in source.

Meta