可执行按钮_1
字段定义
text
customId
string
动作标识
可选
options
array
[object (Option)]
可选
description
string
可选
emoji
string
可选
label
string
可选
selected
boolean
可选
value
string
可选
placeholder
string
文本
可选
type
integer
<int32>
类型,系统内部使用
可选示例
json
{
"customId": "string",
"options": [
{
"description": "string",
"emoji": "string",
"label": "string",
"selected": true,
"value": "string"
}
],
"placeholder": "string",
"type": 0
}