Commit aa2e8c5
authored
feat: add Table variant to SlackBlock enum (#361)
Slack's Block Kit includes a `table` block type not yet represented
in SlackBlock. Any conversations.history response containing a table
block currently fails to deserialize entirely.
Add Table(serde_json::Value) using the same untyped-value pattern as
the existing ShareShortcut and Event variants. A properly typed
SlackTableBlock struct can follow once the full schema is documented.
Fixes #3601 parent 90ab115 commit aa2e8c5
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
| |||
0 commit comments