IThreadMember class abstract

Implemented types

Constructors

IThreadMember()

Properties

client INyxx
Reference to client
no setter
createdAt DateTime
Gets creation timestamp included in Snowflake
no setterinherited
flags int
Any user-thread settings, currently only used for notifications
no setter
guild Cacheable<Snowflake, IGuild>
ThreadMembers IGuild
no setter
hashCode int
The hash code for this object.
no setterinherited
id Snowflake
ID of entity as Snowflake
finalinherited
joinTimestamp DateTime
When member joined thread
no setter
member Cacheable<Snowflake, IMember>
Cacheable of IMember
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thread ICacheableTextChannel<IThreadChannel>
Reference to ThreadChannel
no setter
user Cacheable<Snowflake, IUser>
Cacheable of IUser
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