toggle menu
kord-extensions
2.3.6-SNAPSHOT
jvm
switch theme
search in API
kord-extensions
/
dev.kordex.core.events.extra.models
/
GuildJoinRequestResponse
/
MultipleChoiceResponse
Multiple
Choice
Response
@
Serializable
@
SerialName
(
value
=
"MULTIPLE_CHOICE"
)
class
MultipleChoiceResponse
(
val
required
:
Boolean
,
val
label
:
String
,
val
response
:
Int
,
val
choices
:
List
<
String
>
)
:
GuildJoinRequestResponse
Members
Constructors
Multiple
Choice
Response
Link copied to clipboard
constructor
(
required
:
Boolean
,
label
:
String
,
response
:
Int
,
choices
:
List
<
String
>
)
Properties
choices
Link copied to clipboard
val
choices
:
List
<
String
>
label
Link copied to clipboard
open
override
val
label
:
String
required
Link copied to clipboard
open
override
val
required
:
Boolean
response
Link copied to clipboard
val
response
:
Int