Packages

object MessageType extends IntEnum[MessageType] with IntCirceEnumWithUnknown[MessageType]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MessageType
  2. IntCirceEnumWithUnknown
  3. ValueEnumWithUnknown
  4. IntEnum
  5. ValueEnum
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class Unknown(i: Int) extends MessageType with Product with Serializable

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 clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. implicit val codec: Codec[MessageType]
    Definition Classes
    IntCirceEnumWithUnknown
  7. def createUnknown(value: Int): MessageType
    Definition Classes
    MessageTypeValueEnumWithUnknown
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. macro def findValues: IndexedSeq[MessageType]
    Attributes
    protected
    Definition Classes
    IntEnum
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. def toString(): String
    Definition Classes
    AnyRef → Any
  19. def values: IndexedSeq[MessageType]
    Definition Classes
    MessageType → ValueEnum
  20. final lazy val valuesToEntriesMap: Map[Int, MessageType]
    Definition Classes
    ValueEnum
  21. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  22. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. def withValue(i: Int): MessageType
    Definition Classes
    ValueEnum
    Annotations
    @SuppressWarnings()
  25. def withValueEither(i: Int): Either[NoSuchMember[Int, ValueEnumEntry[Int]], MessageType]
    Definition Classes
    ValueEnum
  26. def withValueOpt(i: Int): Option[MessageType]
    Definition Classes
    ValueEnum
  27. case object Call extends MessageType with Product with Serializable
  28. case object ChannelFollowAdd extends MessageType with Product with Serializable
  29. case object ChannelIconChange extends MessageType with Product with Serializable
  30. case object ChannelNameChange extends MessageType with Product with Serializable
  31. case object ChannelPinnedMessage extends MessageType with Product with Serializable
  32. case object ChatInputCommand extends MessageType with Product with Serializable
  33. case object ContextMenuCommand extends MessageType with Product with Serializable
  34. case object Default extends MessageType with Product with Serializable
  35. case object GuildDiscoveryDisqualified extends MessageType with Product with Serializable
  36. case object GuildDiscoveryGracePeriodFinalWarning extends MessageType with Product with Serializable
  37. case object GuildDiscoveryGracePeriodInitialWarning extends MessageType with Product with Serializable
  38. case object GuildDiscoveryRequalified extends MessageType with Product with Serializable
  39. case object GuildInviteReminder extends MessageType with Product with Serializable
  40. case object GuildMemberJoin extends MessageType with Product with Serializable
  41. case object RecipientAdd extends MessageType with Product with Serializable
  42. case object RecipientRemove extends MessageType with Product with Serializable
  43. case object Reply extends MessageType with Product with Serializable
  44. case object ThreadCreated extends MessageType with Product with Serializable
  45. case object ThreadStarterMessage extends MessageType with Product with Serializable
  46. case object UserPremiumGuildSubscription extends MessageType with Product with Serializable
  47. case object UserPremiumGuildTier1 extends MessageType with Product with Serializable
  48. case object UserPremiumGuildTier2 extends MessageType with Product with Serializable
  49. case object UserPremiumGuildTier3 extends MessageType with Product with Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from IntEnum[MessageType]

Inherited from ValueEnum[Int, MessageType]

Inherited from AnyRef

Inherited from Any

Ungrouped