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

com.slack.api.model.BotIcons Maven / Gradle / Ivy

There is a newer version: 1.44.1
Show newest version
package com.slack.api.model;

import com.google.gson.annotations.SerializedName;
import lombok.Data;

@Data
public class BotIcons {
    @SerializedName("image_36")
    private String image36;
    @SerializedName("image_48")
    private String image48;
    @SerializedName("image_72")
    private String image72;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy