object ChannelType extends IntEnum[ChannelType] with IntCirceEnumWithUnknown[ChannelType]
- Source
- channel.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ChannelType
- IntCirceEnumWithUnknown
- ValueEnumWithUnknown
- IntEnum
- ValueEnum
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- sealed trait ThreadChannelType extends ChannelType
- case class Unknown(i: Int) extends ChannelType with Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- implicit val codec: Codec[ChannelType]
- Definition Classes
- IntCirceEnumWithUnknown
- def createUnknown(value: Int): ChannelType
- Definition Classes
- ChannelType → ValueEnumWithUnknown
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- macro def findValues: IndexedSeq[ChannelType]
- Attributes
- protected
- Definition Classes
- IntEnum
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def values: IndexedSeq[ChannelType]
- Definition Classes
- ChannelType → ValueEnum
- final lazy val valuesToEntriesMap: Map[Int, ChannelType]
- Definition Classes
- ValueEnum
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withValue(i: Int): ChannelType
- Definition Classes
- ValueEnum
- Annotations
- @SuppressWarnings()
- def withValueEither(i: Int): Either[NoSuchMember[Int, ValueEnumEntry[Int]], ChannelType]
- Definition Classes
- ValueEnum
- def withValueOpt(i: Int): Option[ChannelType]
- Definition Classes
- ValueEnum
- case object DM extends ChannelType with Product with Serializable
- case object GroupDm extends ChannelType with Product with Serializable
- case object GuildCategory extends ChannelType with Product with Serializable
- case object GuildNews extends ChannelType with Product with Serializable
- case object GuildNewsThread extends ChannelType with ThreadChannelType with Product with Serializable
- case object GuildPrivateThread extends ChannelType with ThreadChannelType with Product with Serializable
- case object GuildPublicThread extends ChannelType with ThreadChannelType with Product with Serializable
- case object GuildStageVoice extends ChannelType with Product with Serializable
- case object GuildStore extends ChannelType with Product with Serializable
- case object GuildText extends ChannelType with Product with Serializable
- case object GuildVoice extends ChannelType with Product with Serializable
- object ThreadChannelType