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.
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.