GuildMemberUpdateEvent class

Sent when a member is updated.

Properties

guild Cacheable<Snowflake, Guild>
Guild in which member is
latefinal
hashCode int
The hash code for this object.
no setterinherited
member Cacheable<Snowflake, Member>
The member after the update if member is updated.
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
user User
User if user is updated. Will be null if member is not null.
latefinal

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