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

com.github.seratch.jslack.api.methods.response.conversations.ConversationsRenameResponse Maven / Gradle / Ivy

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

import com.github.seratch.jslack.api.model.Conversation;

import lombok.Data;

@Data
public class ConversationsRenameResponse {
    
    private boolean ok;
    private String warning;
    private String error;
    
    private Conversation channel;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy