Provider Notes
Field Definitions
text
customId
string
Action identifier
Optional
options
array
[object (Option)]
Optional
description
string
Optional
emoji
string
Optional
label
string
Optional
selected
boolean
Optional
value
string
Optional
placeholder
string
// provider-specific example normalized for English documentation
Optional
type
integer
<int32>
// provider-specific example normalized for English documentation
OptionalExample
json
{
"customId": "string",
"options": [
{
"description": "string",
"emoji": "string",
"label": "string",
"selected": true,
"value": "string"
}
],
"placeholder": "string",
"type": 0
}