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.66k stars 1.14k forks source link

Add connected_team_ids optional field to Conversation #1253

Closed zFlabmonsta closed 8 months ago

zFlabmonsta commented 8 months ago

Adding connected_team_ids to Conversation struct.

When conversation.info is called, the response comes with a list of team_ids that are connected to the channel. Currently some fields from the response are missing from Conversation struct.

connected_team_ids internal_team_ids shared_team_ids is_global_shared

image

zFlabmonsta commented 8 months ago

👋 @parsley42, could i get this pr reviewed 🙇

parsley42 commented 8 months ago

@zFlabmonsta Ok, this is pretty trivial and obviously not harmful, so I'm ok approving/merging. However, slack-go/slack is not currently actively maintained. I'm not actively developing in Go, so I'm looking for volunteers. Interested?