jolicode / slack-php-api

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

Scheduling message post_at field type fix #93

Closed damienalexandre closed 3 years ago

damienalexandre commented 3 years ago

Ref #92

The "post_at" type was wrong in the spec, typing a string but returning an integer.

In this PR I add a new patch to:

Also added a test.