All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.slack.api.rtm.message.RTMMessage Maven / Gradle / Ivy

There is a newer version: 1.39.0
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy