Unknown

class Unknown(val value: String) : Category

An unknown Category.

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

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

The raw value used by Discord.

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