slack-go / slack

Slack API in Go, originally by @nlopes; Maintainers needed, contact @parsley42
https://pkg.go.dev/github.com/slack-go/slack
BSD 2-Clause "Simplified" License
4.7k stars 1.14k forks source link

Supporting admin.* methods #1329

Open outime opened 1 month ago

outime commented 1 month ago

Description

I'm attempting to use admin.* paths such as admin.conversations.invite but I don't seem able to. The only solution I found is to either:

Am I missing an easier way to achieve this? If not, is there any ETA about when these will be supported?

(Optional) Slack's documentation