@typed-discord/rest
Preparing search index...
types
TextInputComponentForModalRequest
Interface TextInputComponentForModalRequest
interface
TextInputComponentForModalRequest
{
custom_id
:
string
;
id
?:
number
|
null
;
label
?:
string
|
null
;
max_length
?:
number
|
null
;
min_length
?:
number
|
null
;
placeholder
?:
string
|
null
;
required
?:
boolean
|
null
;
style
:
TextInputStyleTypes
;
type
:
TEXT_INPUT
;
value
?:
string
|
null
;
}
Index
Properties
custom_
id
id?
label?
max_
length?
min_
length?
placeholder?
required?
style
type
value?
Properties
custom_
id
custom_id
:
string
Optional
id
id
?:
number
|
null
Optional
label
label
?:
string
|
null
Optional
max_
length
max_length
?:
number
|
null
Optional
min_
length
min_length
?:
number
|
null
Optional
placeholder
placeholder
?:
string
|
null
Optional
required
required
?:
boolean
|
null
style
style
:
TextInputStyleTypes
type
type
:
TEXT_INPUT
Optional
value
value
?:
string
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
custom_
id
id
label
max_
length
min_
length
placeholder
required
style
type
value
@typed-discord/rest
Loading...