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.64k stars 1.13k forks source link

Add team_id as a parameter to the users.conversations API method #1134

Closed ctennis closed 1 year ago

ctennis commented 1 year ago

This API method takes an optional team_id parameter, which is required if you're using an app/bot with organization access. This just exposes this in golang. There's no existing test for this method, so nothing for me to add on to here.