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

conversations.invite force argument request #1318

Open jubenitezg opened 2 months ago

jubenitezg commented 2 months ago

Description

I would like to request a new feature for the Go SDK that aligns with Slack’s conversations.invite method. Specifically, I am looking for an option to set the force parameter to true.

Background

I couldn't find in the docs a way to include the argument.

(Optional) Slack's documentation

https://api.slack.com/methods/conversations.invite#arg_force

When set to true and multiple user IDs are provided, continue inviting the valid ones while disregarding invalid IDs. Defaults to false