com.ullink.slack.simpleslackapi.events.userchange.SlackUserChangeEvent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of simpleslackapi Show documentation
Show all versions of simpleslackapi Show documentation
A simple API to build bot running on Slack
The newest version!
package com.ullink.slack.simpleslackapi.events.userchange;
import com.ullink.slack.simpleslackapi.SlackUser;
import com.ullink.slack.simpleslackapi.events.SlackEvent;
public interface SlackUserChangeEvent extends SlackEvent {
SlackUser getUser();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy