ThreadMember class

Member of ThreadChannel

Inheritance

Properties

client INyxx
Reference to client
getter/setter pair
createdAt DateTime
Gets creation timestamp included in Snowflake
no setterinherited
flags int
Any user-thread settings, currently only used for notifications
latefinal
guild Cacheable<Snowflake, Guild>
ThreadMembers Guild
final
hashCode int
The hash code for this object.
no setterinherited
id Snowflake
ID of entity as Snowflake
finalinherited
joinTimestamp DateTime
When member joined thread
latefinal
member Cacheable<Snowflake, Member>
Cacheable of Member
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thread CacheableTextChannel<ThreadChannel>
Reference to ThreadChannel
latefinal
user Cacheable<Snowflake, User>
Cacheable of User
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 ==(dynamic other) bool
The equality operator.
inherited