Packages

class Reaction extends DiscordObject

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Reaction
  2. DiscordObject
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Reaction(json: Json, cache: Map[String, Any] = Map.empty)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def burstColors: Seq[String]

    HEX colors used for super reaction

    HEX colors used for super reaction

    Annotations
    @inline()
  6. def cacheCopy: Map[String, Any]
    Definition Classes
    DiscordObject
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def count: Int

    Total number of times this emoji has been used to react (including super reacts)

    Total number of times this emoji has been used to react (including super reacts)

    Annotations
    @inline()
  9. def countDetails: CountDetails

    Reaction count details

    Reaction count details

    Annotations
    @inline()
  10. def emoji: Emoji

    Emoji information

    Emoji information

    Annotations
    @inline()
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def extensionCache(s: String): Map[String, Any]
    Definition Classes
    DiscordObject
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val json: Json
    Definition Classes
    DiscordObject
  19. def me: Boolean

    Whether the current user reacted using this emoji

    Whether the current user reacted using this emoji

    Annotations
    @inline()
  20. def meBurst: Boolean

    Whether the current user super-reacted using this emoji

    Whether the current user super-reacted using this emoji

    Annotations
    @inline()
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def objWith[A <: DiscordObject, V](companion: DiscordObjectCompanion[A], name: String, obj: V)(implicit encoder: Encoder[V]): A
    Definition Classes
    DiscordObject
  25. def objWithJson[A <: DiscordObject](companion: DiscordObjectCompanion[A], json: Json, cacheUpdates: Map[String, Any]): A
    Definition Classes
    DiscordObject
  26. def objWithUndef[A <: DiscordObject, V](companion: DiscordObjectCompanion[A], name: String, obj: JsonOption[V])(implicit encoder: Encoder[V]): A
    Definition Classes
    DiscordObject
  27. def objWithUndef[A <: DiscordObject, V](companion: DiscordObjectCompanion[A], name: String, obj: UndefOr[V])(implicit encoder: Encoder[V]): A
    Definition Classes
    DiscordObject
  28. def objWithout[A <: DiscordObject](companion: DiscordObjectCompanion[A], name: String): A
    Definition Classes
    DiscordObject
  29. def retype[A <: DiscordObject](companion: DiscordObjectCompanion[A]): A
    Definition Classes
    DiscordObject
  30. def selectDynamic[A](name: String)(implicit decoder: Decoder[A]): A
    Definition Classes
    DiscordObject
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    DiscordObject → AnyRef → Any
  33. def values: Seq[() => Any]
    Definition Classes
    ReactionDiscordObject
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  37. def withBurstColors(newValue: Seq[String]): Reaction
    Annotations
    @inline()
  38. def withCount(newValue: Int): Reaction
    Annotations
    @inline()
  39. def withCountDetails(newValue: CountDetails): Reaction
    Annotations
    @inline()
  40. def withEmoji(newValue: Emoji): Reaction
    Annotations
    @inline()
  41. def withMe(newValue: Boolean): Reaction
    Annotations
    @inline()
  42. def withMeBurst(newValue: Boolean): Reaction
    Annotations
    @inline()

Inherited from DiscordObject

Inherited from AnyRef

Inherited from Any

Ungrouped