aboutsummaryrefslogtreecommitdiffstats
path: root/typings/slack_edgeapi
Commit message (Collapse)AuthorAgeFilesLines
* Move SlackErrorResponse into slack_common.pyiTrygve Aaberge2024-02-182-2/+2
|
* Support unfurling usergroup namesTrygve Aaberge2024-02-181-0/+14
|
* Fix compatibility with Python 3.7Trygve Aaberge2024-02-181-1/+2
|
* Add support for completing nicksTrygve Aaberge2024-02-181-0/+11
This uses Slacks edgeapi which only works for session tokens, but has the benefit of being able to complete nicks without all users being loaded. So need to add some completion for the loaded users for when using OAuth tokens as well.