export interface APITextInputComponent extends APIBaseComponent<ComponentType.TextInput>See also: https://discord.com/developers/docs/interactions/message-components#text-inputs-text-input-structure
externalcustom_id : string
The custom id for the text input
optionalexternalid? : number
int32, auto generated via increment if not provided
Inherited from: APIBaseComponent
externallabel : string
Text that appears on top of the text input field, max 45 characters
optionalexternalmax_length? : number
Maximal length of text input
optionalexternalmin_length? : number
Minimal length of text input
optionalexternalplaceholder? : string
Placeholder for the text input
optionalexternalrequired? : boolean
Whether or not this text input is required or not
externalstyle : TextInputStyle
One of text input styles
optionalexternalvalue? : string
The pre-filled text in the text input