GuildMember

Undocumented in source.

Members

Functions

guild
Guild guild()

Undocumented in source. Be warned that the author may not have intended to support it.

hasRole
bool hasRole(Snowflake id)

Undocumented in source. Be warned that the author may not have intended to support it.

hasRole
bool hasRole(Role role)

Undocumented in source. Be warned that the author may not have intended to support it.

id
Snowflake id()

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.

Variables

deaf
bool deaf;

Undocumented in source.

guildID
Snowflake guildID;

Undocumented in source.

joinedAt
string joinedAt;

Undocumented in source.

mute
bool mute;

Undocumented in source.

nick
string nick;

Undocumented in source.

roles
Snowflake[] roles;

Undocumented in source.

user
User user;

Undocumented in source.

Mixed In Members

From mixin Model

Meta