Unknown

class Unknown(val value: Int) : ChannelType(source)

An unknown ChannelType.

This is used as a fallback for ChannelTypes that haven't been added to Kord yet.

Constructors

Link copied to clipboard
constructor(value: Int)

Functions

Link copied to clipboard
operator override fun equals(other: Any?): Boolean
Link copied to clipboard
override fun hashCode(): Int
Link copied to clipboard
override fun toString(): String

Properties

Link copied to clipboard
val value: Int

The raw value used by Discord.