-
Notifications
You must be signed in to change notification settings - Fork 853
Support to chat.postMessage.unfurl_links #1017
Copy link
Copy link
Closed
Labels
Version: 3xdiscussionM-T: An issue where more input is needed to reach a decisionM-T: An issue where more input is needed to reach a decisionweb-client
Description
In the Slack API docs, there are plenty of arguments for chat.postMessage, including unfurl_links:
https://api.slack.com/methods/chat.postMessage
However in this SDK there only a few arguments documented:
https://slack.dev/python-slack-sdk/api-docs/slack_sdk/web/client.html#slack_sdk.web.client.WebClient.chat_postMessage
Overviewing the source code, it seems to forward the arguments to the API:
return self.api_call("chat.postMessage", json=kwargs)
Does it actually work or the arguments need to be manually mapped?
If so, may I contribute with a pull request?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Version: 3xdiscussionM-T: An issue where more input is needed to reach a decisionM-T: An issue where more input is needed to reach a decisionweb-client