case class RawThreadMember(id: Option[ThreadGuildChannelId], userId: Option[UserId], joinTimestamp: OffsetDateTime, flags: Int) extends Product with Serializable
Indicates if and when a user has joined a thread.
- id
Id of the thread.
- userId
Id of the user.
- joinTimestamp
When the user joined the thread.
- flags
User specific thread settings.
- Source
- rawData.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RawThreadMember
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new RawThreadMember(id: Option[ThreadGuildChannelId], userId: Option[UserId], joinTimestamp: OffsetDateTime, flags: Int)
- id
Id of the thread.
- userId
Id of the user.
- joinTimestamp
When the user joined the thread.
- flags
User specific thread settings.