jolicode / slack-php-api

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

int priority parameters should be changed to string (on api generator level) #28

Closed egulhan closed 5 years ago

egulhan commented 5 years ago

priority parameters' type is integer but in some cases priority values return as float from slack api and it gives this error: ObjsGroup::setPriority() float given error.