Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove file_annotation parameter from chat_postMessage #1322

Closed
1 of 9 tasks
mwbrooks opened this issue Jan 28, 2023 · 0 comments · Fixed by #1332
Closed
1 of 9 tasks

Remove file_annotation parameter from chat_postMessage #1322

mwbrooks opened this issue Jan 28, 2023 · 0 comments · Fixed by #1332
Labels
enhancement M-T: A feature request for new functionality Version: 3x web-client
Milestone

Comments

@mwbrooks
Copy link
Member

In issue #1321 we've learned that the file_annotation parameter in the chat_postMessage method is has been removed from the Slack API and is no longer available.

I've confirmed that it's not included in Bolt for JavaScript or Bolt for Java. So, I think we only need to update the Python framework.

Category (place an x in each of the [ ])

  • slack_sdk.web.WebClient (sync/async) (Web API client)
  • slack_sdk.webhook.WebhookClient (sync/async) (Incoming Webhook, response_url sender)
  • slack_sdk.models (UI component builders)
  • slack_sdk.oauth (OAuth Flow Utilities)
  • slack_sdk.socket_mode (Socket Mode client)
  • slack_sdk.audit_logs (Audit Logs API client)
  • slack_sdk.scim (SCIM API client)
  • slack_sdk.rtm (RTM client)
  • slack_sdk.signature (Request Signature Verifier)

Requirements

Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you are agreeing to those rules.

@mwbrooks mwbrooks added the enhancement M-T: A feature request for new functionality label Jan 28, 2023
@seratch seratch added this to the 3.20.0 milestone Feb 10, 2023
seratch added a commit to seratch/python-slack-sdk that referenced this issue Feb 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement M-T: A feature request for new functionality Version: 3x web-client
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants