# 可执行按钮

## 字段定义

```text
customId
string
动作标识
可选
emoji
string
图标
可选
label
string
文本
可选
style
integer
<int32>
可选
样式: 2（Primary）、3（Green）
type
integer
<int32>
类型，系统内部使用
可选
```

## 示例

```json
{
    "customId": "string",
    "emoji": "string",
    "label": "string",
    "style": 0,
    "type": 0
}
```
