go-joe v0.9.0 Release Notes
Release Date: 2019-10-22 // over 3 years ago-
- โ Add
Auth.Users()
andAuth.UserPermissions(โฆ)
functions to allow retrieving all users as well as users permissions. - ๐ Allow adapters to implement the optional
ReactionAwareAdapter
interface if they support emoji reactions - โ Add new
reactions
package which contains a compiled list of all officially supported reactions - ๐ Components may now return the new
ErrNotImplemented
if they do not support a feature - โ Add new
reactions.Event
that may be emitted by an Adapter so users can listen for it
- โ Add