toggle menu
kord
0.16.0-SNAPSHOT
common
switch theme
search in API
kord-common
/
dev.kord.common.entity
/
CommandArgument
/
IntegerArgument
Integer
Argument
data
class
IntegerArgument
(
val
name
:
String
,
val
value
:
Long
,
val
focused
:
OptionalBoolean
=
OptionalBoolean.Missing
)
:
CommandArgument
<
Long
>
(
source
)
Members
Constructors
Integer
Argument
Link copied to clipboard
constructor
(
name
:
String
,
value
:
Long
,
focused
:
OptionalBoolean
=
OptionalBoolean.Missing
)
Properties
focused
Link copied to clipboard
open
override
val
focused
:
OptionalBoolean
name
Link copied to clipboard
open
override
val
name
:
String
type
Link copied to clipboard
open
override
val
type
:
ApplicationCommandOptionType
value
Link copied to clipboard
open
override
val
value
:
Long