
com.github.seratch.jslack.api.methods.response.channels.ChannelsJoinResponse Maven / Gradle / Ivy
package com.github.seratch.jslack.api.methods.response.channels;
import com.github.seratch.jslack.api.methods.SlackApiResponse;
import com.github.seratch.jslack.api.model.Channel;
import lombok.Data;
@Data
public class ChannelsJoinResponse implements SlackApiResponse {
private boolean ok;
private String warning;
private String error;
private String needed;
private String provided;
private Channel channel;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy