@typed-discord/rest
Preparing search index...
types
TextInputComponentResponse
Interface TextInputComponentResponse
interface
TextInputComponentResponse
{
custom_id
:
string
;
id
:
number
;
label
:
string
|
null
;
max_length
:
number
|
null
;
min_length
:
number
|
null
;
placeholder
?:
string
;
required
?:
boolean
;
style
:
TextInputStyleTypes
;
type
:
TEXT_INPUT
;
value
?:
string
;
}
Index
Properties
custom_
id
id
label
max_
length
min_
length
placeholder?
required?
style
type
value?
Properties
custom_
id
custom_id
:
string
id
id
:
number
label
label
:
string
|
null
max_
length
max_length
:
number
|
null
min_
length
min_length
:
number
|
null
Optional
placeholder
placeholder
?:
string
Optional
required
required
?:
boolean
style
style
:
TextInputStyleTypes
type
type
:
TEXT_INPUT
Optional
value
value
?:
string
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...