slack-client
slack-client copied to clipboard
manually set new DirectMessageChannel
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 that moment sending message to that channel will fail.