diskord
5.2.0
common
diskord-core
/
com.jessecorbett.diskord.api.interaction.command
/
CommandOption
/
UnknownOption
Unknown
Option
@
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
Members
Constructors
Unknown
Option
Link copied to clipboard
constructor
(
type
:
Int
,
data
:
CommandOption
)
Properties
data
Link copied to clipboard
val
data
:
CommandOption
description
Link copied to clipboard
open
override
val
description
:
String
localized
Descriptions
Link copied to clipboard
open
override
val
localizedDescriptions
:
Map
<
String
,
String
>
localized
Names
Link copied to clipboard
open
override
val
localizedNames
:
Map
<
String
,
String
>
name
Link copied to clipboard
open
override
val
name
:
String
type
Link copied to clipboard
open
override
val
type
:
Int