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

Apply suggestion from #83 to make the timestamp field mixed #102

Closed damienalexandre closed 3 years ago

damienalexandre commented 3 years ago

Replace https://github.com/jolicode/slack-php-api/pull/83

As noticed by @lsnider some old Slack Message can have a timestamp as string.

This PR switch the fields from integer only to string or integer.