go-joe v0.9.0 Release Notes

Release Date: 2019-10-22 // over 3 years ago
    • โž• Add Auth.Users() and Auth.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