-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support and flag undocumented features, eg. channels.invite takes users #6
Comments
I reached out to Slack about this cause on their error messaging there is one that says
|
Sounds like this will get documented and will appear in the API. In the meantime you can monkey-patch/rewrite https://github.com/slack-ruby/slack-ruby-client/blob/master/lib/slack/web/api/endpoints/channels.rb#L76 or just call the underlying |
Some of this was built in #21, but I don't think it covers this scenario, @manuelmeurer? |
No, the Probably the "easiest" way to add support for the |
Maybe we can just introduce patches? A JSON file that gets merged? |
We have patches in |
We could, but these are very much undocumented parameters of the API, I think they belong here. |
See slack-ruby/slack-ruby-client#118, apparently
channels.invite
can take up to 30 users.The text was updated successfully, but these errors were encountered: