slack-ruby / slack-ruby-bot

The easiest way to write a Slack bot in Ruby.
MIT License
1.12k stars 187 forks source link

Upload a file? #269

Closed dimkinware closed 3 years ago

dimkinware commented 3 years ago

How can I upload a file using this bot?

dblock commented 3 years ago

Call the Slack file.upload API via slack-ruby-client, https://github.com/slack-ruby/slack-ruby-client/blob/498f34ec4b85baf26096b86255be9b7aa960a103/lib/slack/web/api/endpoints/files.rb#L144