IThreadMember class abstract

Implemented types
Implementers

Constructors

IThreadMember()

Properties

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