IThreadMembersUpdateEvent class abstract

Constructors

IThreadMembersUpdateEvent()

Properties

addedMembers Iterable<Cacheable<Snowflake, IMember>>
The members that were added. Note that they are not cached
no setter
approxMemberCount int
The approximate number of members in the thread, capped at 50
no setter
guild Cacheable<Snowflake, IGuild>
The guild it was updated in
no setter
hashCode int
The hash code for this object.
no setterinherited
removedUsers Iterable<Cacheable<Snowflake, IUser>>
Users who were removed from the thread
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thread → CacheableTextChannel<IThreadChannel>
The thread that was updated
no setter

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