Packages

o

ackcord.data

SnowflakeType

object SnowflakeType

Source
package.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SnowflakeType
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. abstract type SnowflakeType[+A] <: Base with Tag

Value Members

  1. def apply[A](other: data.SnowflakeType[_]): data.SnowflakeType[A]
  2. def apply[A](content: String): data.SnowflakeType[A]
  3. def apply[A](long: Long): data.SnowflakeType[A]
  4. def epoch[A]: SnowflakeType[A]

    Creates a snowflake tag for the earliest moment in time.

    Creates a snowflake tag for the earliest moment in time. Use this for pagination.

  5. def fromInstant[A](instant: Instant): SnowflakeType[A]

    Creates a snowflake for a specific moment.

    Creates a snowflake for a specific moment. Use this for pagination.

  6. implicit def snowflakeOrdering[A]: Ordering[SnowflakeType[A]]