IGuildMemberUpdateEvent class abstract
Constructors
Properties
-
guild
→ Cacheable<
Snowflake, IGuild> -
Guild in which member is
read-only
- hashCode → int
-
The hash code for this object.
read-onlyinherited
-
member
→ Cacheable<
Snowflake, IMember> -
The member after the update if member is updated.
read-only
- oldUser → IUser?
-
The user of the member before it was updated, if it was cached.
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- user → IUser
-
The user of the updated member.
read-only
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited