jolicode / slack-php-api

:hash: PHP Slack Client based on the official OpenAPI specification
https://jolicode.github.io/slack-php-api/
MIT License
224 stars 56 forks source link

'Blocks' should not only be in `chat.postMessage` but also in `chat.update` #18

Closed bryantebeek closed 5 years ago

bryantebeek commented 5 years ago

This patch should also be applied for the chat.update method. (https://github.com/jolicode/slack-php-api/blob/master/resources/patches/02-blocks-in-postMessage.patch)

See official documentation on the chat.update method here. (https://api.slack.com/methods/chat.update)

bryantebeek commented 5 years ago

Same seems to be the case for chat.postEphemeral. Slack's OpenAPI specification is outdated for sure :'(