Models
MessageComponent
Action row and button schema
Action Row
| Field | Type | Description |
|---|---|---|
type | "action_row" | Row container |
components | Button[] | Buttons in row |
Button
| Field | Type | Description |
|---|---|---|
type | "button" | Component type |
label | string | User-visible text |
style | `"primary" | "secondary" |
custom_id | string | Callback identifier |
disabled | boolean? | Disabled state |