com.ullink.slack.simpleslackapi.events.SlackChannelDeleted 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.events;
public interface SlackChannelDeleted extends SlackChannelEvent
{
}