com.ullink.slack.simpleslackapi.replies.SlackChannelReply 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
package com.ullink.slack.simpleslackapi.replies;
import com.ullink.slack.simpleslackapi.SlackChannel;
public interface SlackChannelReply extends ParsedSlackReply {
SlackChannel getSlackChannel();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy