ThreadMembersUpdateEvent class

Fired when a thread has a member added/removed

Properties

addedMembers Iterable<Cacheable<Snowflake, Member>>
The members that were added. Note that they are not cached
latefinal
approxMemberCount int
The approximate number of members in the thread, capped at 50
latefinal
guild Cacheable<Snowflake, Guild>
The guild it was updated in
latefinal
hashCode int
The hash code for this object.
no setterinherited
removedUsers Iterable<Cacheable<Snowflake, User>>
Users who were removed from the thread
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thread CacheableTextChannel<ThreadChannel>
The thread that was updated
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