Wrong element type for timestamp in RichTextSectionElement.Date #1363
Labels
bug
M-T: confirmed bug report. Issues are confirmed when the reproduction steps are documented
project:slack-api-model
project:slack-api-model
Milestone
The timestamp element in doesn't align with the type in the reference documentation. https://api.slack.com/reference/block-kit/blocks#date-element-type
This leads to the block being invalid and rejected by the server.
The Slack SDK version
1.4.2
Expected result:
should encode to:
(this format passes the Block Kit Builder checks)
Actual result:
(this format fails the Block Kit Builder checks due to invalid type)
The text was updated successfully, but these errors were encountered: