nyxx
nyxx
IMember abstract class
IMember
Properties
avatarHash
→ String ?
Member's avatar in IGuild
read-only
boostingSince
→ DateTime ?
When the user starting boosting the guild
read-only
client
→ INyxx
Reference to client
read-only
createdAt
→ DateTime
Gets creation timestamp included in Snowflake
read-only, inherited
deaf
→ bool
Weather or not the member is deafened.
read-only
effectivePermissions
→ Future <IPermissions >
Returns total permissions of user.
read-only
guild
→ Cacheable <Snowflake , IGuild >
Cacheable of guild where member is located
read-only
hashCode
→ int
The hash code for this object.
read-only, inherited
id
→ Snowflake
ID of entity as Snowflake
final, inherited
isTimedOut
→ bool
True if user is timed out
read-only
joinedAt
→ DateTime
When the member joined the guild.
read-only
mention
→ String
The channel's mention string.
read-only, override
mute
→ bool
Weather or not the member is muted.
read-only
nickname
→ String ?
The members nickname, null if not set.
read-only
roles
→ Iterable <Cacheable <Snowflake , IRole > >
Roles of member
read-only
runtimeType
→ Type
A representation of the runtime type of the object.
read-only, inherited
timeoutUntil
→ DateTime ?
When the user's timeout will expire and the user will be able to communicate in the guild again, null or a time in the past if the user is not timed out
read-only
user
→ Cacheable <Snowflake , IUser >
Cacheable for this Guild
member
read-only
voiceState
→ IVoiceState ?
Voice state of member. Null if not connected to channel or voice state not cached
read-only
Operators
operator == (dynamic other )
→ bool
The equality operator.
inherited