slack-rs-api
slack-rs-api copied to clipboard
Rust interface for the Slack Web API
I am encountering an issue while trying to use the slack::channels::history method from the Slack API. Every time I attempt to call this method, it consistently returns an error:("unknown_method").I have...
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
Comparing the current output of the users.list API endpoint with the current `UserProfile` struct, it seems the following properties were added: - huddle_state - huddle_state_expiration_ts - image_1024 - is_custom_image -...