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

Add missing parameters on `usergroups.users.list` API method #61

Closed damienalexandre closed 4 years ago

damienalexandre commented 4 years ago

This patch fix issue #57 by adding the missing parameters to the Slack Specification.

@JakeBooher Could you test it with your project?