UnknownOption

@Serializable
data class UnknownOption(val type: Int, val data: CommandOption) : CommandOption.Type(source)

A representation of an option with a code we don't recognize

Constructors

Link copied to clipboard
constructor(type: Int, data: CommandOption)

Properties

Link copied to clipboard
Link copied to clipboard
open override val description: String
Link copied to clipboard
open override val localizedDescriptions: Map<String, String>
Link copied to clipboard
open override val localizedNames: Map<String, String>
Link copied to clipboard
open override val name: String
Link copied to clipboard
open override val type: Int