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

com.github.seratch.jslack.api.methods.response.stars.StarsAddResponse Maven / Gradle / Ivy

There is a newer version: 1.4.2
Show newest version
package com.github.seratch.jslack.api.methods.response.stars;

import com.github.seratch.jslack.api.methods.SlackApiResponse;
import lombok.Data;

@Data
public class StarsAddResponse implements SlackApiResponse {

    private boolean ok;
    private String warning;
    private String error;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy