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.6k stars 1.11k forks source link

bug: Missing `team_id` param #1282

Closed candiduslynx closed 1 month ago

candiduslynx commented 2 months ago

What happened

Not all API calls required to have team_id param actually have it in the SDK.

Expected behavior

All API calls required to have team_id param actually have it in the SDK.

Steps to reproduce

files.list API (as Client.GetFilesContext) as an example

Versions

candiduslynx commented 2 months ago

take