JustusAdam / marvin

The paranoid bot (framework)
https://marvin.readthedocs.io
BSD 3-Clause "New" or "Revised" License
53 stars 6 forks source link

Support for shared files #14

Open JustusAdam opened 7 years ago

JustusAdam commented 7 years ago

Many adapters, such as the Slack API, support the uploading and sharing of files. Marvin should be capable to handle file sharing events and perhaps also support uploading files himself.

The current blueprint for an implementation consists of a new, optional typeclass HasFiles which adapters may implement if they wish to support these features.