【发布时间】:2018-07-14 10:29:22
【问题描述】:
我在 Java 中使用simple-slack-api,但我找不到从特定频道读取消息的方法。我的代码如下:
public void getChannelMessages(String channelName) throws IOException{
SlackChannel channel = slackSession_.findChannelByName(channelName);
}
【问题讨论】: