Packages

object ChannelType extends IntEnum[ChannelType] with IntCirceEnumWithUnknown[ChannelType]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ChannelType
  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. sealed trait ThreadChannelType extends ChannelType
  2. case class Unknown(i: Int) extends ChannelType with Product with Serializable

Value Members

  1. implicit val codec: Codec[ChannelType]
    Definition Classes
    IntCirceEnumWithUnknown
  2. def createUnknown(value: Int): ChannelType
    Definition Classes
    ChannelTypeValueEnumWithUnknown
  3. def values: IndexedSeq[ChannelType]
    Definition Classes
    ChannelType → ValueEnum
  4. final lazy val valuesToEntriesMap: Map[Int, ChannelType]
    Definition Classes
    ValueEnum
  5. def withValue(i: Int): ChannelType
    Definition Classes
    ValueEnum
    Annotations
    @SuppressWarnings()
  6. def withValueEither(i: Int): Either[NoSuchMember[Int, ValueEnumEntry[Int]], ChannelType]
    Definition Classes
    ValueEnum
  7. def withValueOpt(i: Int): Option[ChannelType]
    Definition Classes
    ValueEnum
  8. case object DM extends ChannelType with Product with Serializable
  9. case object GroupDm extends ChannelType with Product with Serializable
  10. case object GuildCategory extends ChannelType with Product with Serializable
  11. case object GuildNews extends ChannelType with Product with Serializable
  12. case object GuildNewsThread extends ChannelType with ThreadChannelType with Product with Serializable
  13. case object GuildPrivateThread extends ChannelType with ThreadChannelType with Product with Serializable
  14. case object GuildPublicThread extends ChannelType with ThreadChannelType with Product with Serializable
  15. case object GuildStageVoice extends ChannelType with Product with Serializable
  16. case object GuildStore extends ChannelType with Product with Serializable
  17. case object GuildText extends ChannelType with Product with Serializable
  18. case object GuildVoice extends ChannelType with Product with Serializable
  19. object ThreadChannelType