Skip to content

Commit

Permalink
Merge pull request #230 from kyle-owen-opendoor/patch-1
Browse files Browse the repository at this point in the history
Add optional `thread_ts` param to chat.postMessage
  • Loading branch information
acconrad authored Jul 15, 2020
2 parents fcf033c + d5e5dd2 commit c4fd594
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/slack/web/docs/chat.postMessage.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
"example" : "[{\"type\": \"section\", \"text\": {\"type\": \"plain_text\", \"text\": \"Hello world\"}}]",
"desc" : "A JSON-based array of structured blocks, presented as a URL-encoded string"
},
"thread_ts": {
"required" : false,
"example" : "1234567890.123456",
"desc" : "Provide another message's ts value to make this message a reply. Avoid using a reply's ts value; use its parent instead."
},
"unfurl_links": {
"example" : "true",
"desc" : "Pass true to enable unfurling of primarily text-based content."
Expand Down

0 comments on commit c4fd594

Please sign in to comment.