When you create a new user and hook up to Slack using this library, I get a similar error as in https://github.com/Inumedia/SlackAPI/issues/177 but with not_set_new_user instead. This PR fixes this error by adding the not_set_new_user enum to the SearchResponseMessages class.
When you create a new user and hook up to Slack using this library, I get a similar error as in https://github.com/Inumedia/SlackAPI/issues/177 but with
not_set_new_user
instead. This PR fixes this error by adding thenot_set_new_user
enum to theSearchResponseMessages
class.