slack v0.21.1 Release Notes

Release Date: 2020-02-25 // about 4 years ago
  • ➕ Adds missing Slack Web API methods:

    • admin.apps.*
    • app.uninstall
    • auth.revoke
    • chat.scheduleMessage
    • oauth.v2.access
    • users.profile.get
    • users.profile.set
    • views.*

    🛠 Fixes messaging warnings

    superfluous_charset warnings thrown with every im.open call are now properly handled with a default Content-Type of utf-8 (it was missing).