HubSpot / slack-client

An asynchronous HTTP client for Slack's web API
Apache License 2.0
114 stars 53 forks source link

Call update/remove Slack message methods without `as_user` param for V2 bot token #224

Closed zmarushchak-hs closed 3 years ago

zmarushchak-hs commented 3 years ago

Slack fails to execute method if as_user param is present and V2 bot token is used. Models updated to have the possibility to not include this param for chat.delete and chat.update methods.