@typed-discord/rest
Preparing search index...
types
TextInputComponentResponse
Function TextInputComponentResponse
TextInputComponentResponse
(
id
:
number
,
custom_id
:
string
,
style
:
TextInputStyleTypes
,
label
:
string
|
null
,
min_length
:
number
|
null
,
max_length
:
number
|
null
,
optional
?:
Omit
<
TextInputComponentResponse
,
|
"id"
|
"type"
|
"min_length"
|
"max_length"
|
"style"
|
"custom_id"
|
"label"
,
>
,
)
:
TextInputComponentResponse
Parameters
id
:
number
custom_id
:
string
style
:
TextInputStyleTypes
label
:
string
|
null
min_length
:
number
|
null
max_length
:
number
|
null
Optional
optional
:
Omit
<
TextInputComponentResponse
,
|
"id"
|
"type"
|
"min_length"
|
"max_length"
|
"style"
|
"custom_id"
|
"label"
,
>
Returns
TextInputComponentResponse
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@typed-discord/rest
Loading...