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