c

ackcord.data.raw

RawThreadMember

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
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RawThreadMember
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. 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.

Value Members

  1. val flags: Int
  2. val id: Option[ThreadGuildChannelId]
  3. val joinTimestamp: OffsetDateTime
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product
  5. val userId: Option[UserId]