slack-client icon indicating copy to clipboard operation
slack-client copied to clipboard

A better Slack client, with RTM API support.

Results 19 slack-client issues
Sort by recently updated
recently updated
newest added

I'm trying to create channel using Bot User OAuth Access Token. I've selected all Permission Scopes for the bot, but always get this exception: `exception 'Slack\ApiException' with message 'Missing scope'...

First of all - thx for that great repo! Add some fixes in handling messages function and add ability to send messages not as user and set username for sent...

It doesn't look like you are maintaining slack-client any longer, but my bot receives killer channel_archive messages from Slack, I haven't caught the message itself, but here is the result:...

Are you planning to implement [ping/pong messages](https://api.slack.com/rtm#ping_and_pong) to the slack api such that the client can monitor its connection and reconnect when it is dropped? I'm having some issues with...

feature

Hi there, I believe this is a bug with the websocket package and not your package directly, but every event comes in twice (with the _same_ payload) which causes everything...

When using postMessage() and getMessageBuilder to build my messages, formatted text and newlines work fine but when I try linking my strings, it shows as the raw text instead of...

Hi I have added a little bit of code to make it so that actions can be added within an attachment. Feel free to change if it doesn't conform

Usefull when in client code you first need to call 'im.open' and then send message to this newly created DM. Since this new DM does not exists in $this->dms at...

This is an issue to remind myself to set up documentation on how to use stuff :P.