IThreadMembersUpdateEvent class abstract

Constructors

IThreadMembersUpdateEvent()

Properties

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