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

com.github.seratch.jslack.api.model.MessageItem Maven / Gradle / Ivy

The newest version!
package com.github.seratch.jslack.api.model;

import lombok.Data;

@Deprecated
@Data
public class MessageItem {

    private String type;
    private String channel;
    private Message message;
    private File file;
    private FileComment comment;
    private Integer created;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy