com.slack.api.rtm.message.RTMMessage Maven / Gradle / Ivy
package com.slack.api.rtm.message;
import com.slack.api.util.json.GsonFactory;
public interface RTMMessage {
default String toJSONString() {
return GsonFactory.createSnakeCase().toJson(this);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy