ThreadMembersUpdateEvent class

Emitted when a members in a thread are updated.

Inheritance

Properties

addedMembers List<ThreadMember>?
A list of members added to the thread.
final
gateway Gateway
The gateway that handled this event.
finalinherited
guild PartialGuild
The guild the thread is in.
no setter
guildId Snowflake
The ID of the guild the thread is in.
final
hashCode int
The hash code for this object.
no setterinherited
id Snowflake
The ID of the thread the members were updated in.
final
memberCount int
The number of members in the thread.
final
opcode Opcode
The opcode of this event.
finalinherited
removedMemberIds List<Snowflake>?
A list of the IDs of the removed members.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thread PartialChannel
The thread the members were updated in.
no setter

Methods

defaultToString() String
Same as toString, but only called when dart:mirrors is not available.
inherited
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