@typed-discord/rest
Preparing search index...
types
RadioGroupComponentForModalRequest
Interface RadioGroupComponentForModalRequest
interface
RadioGroupComponentForModalRequest
{
custom_id
:
string
;
id
?:
number
|
null
;
options
:
RadioGroupOptionForRequest
[]
;
required
?:
boolean
|
null
;
type
:
RADIO_GROUP
;
}
Index
Properties
custom_
id
id?
options
required?
type
Properties
custom_
id
custom_id
:
string
Optional
id
id
?:
number
|
null
options
options
:
RadioGroupOptionForRequest
[]
Optional
required
required
?:
boolean
|
null
type
type
:
RADIO_GROUP
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
custom_
id
id
options
required
type
@typed-discord/rest
Loading...