slack-rs / slack-rs-api

Rust interface for the Slack Web API
Apache License 2.0
109 stars 66 forks source link

files.upload deprecations #111

Open mirsella opened 3 months ago

mirsella commented 3 months ago

hello

the files.upload api is deprecated and we should use the new api https://api.slack.com/methods/files.getUploadURLExternal https://api.slack.com/methods/files.completeUploadExternal

which are currently not implement

thanks