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

com.hubspot.slack.client.methods.params.conversations.ConversationArchiveParamsIF Maven / Gradle / Ivy

package com.hubspot.slack.client.methods.params.conversations;

import com.fasterxml.jackson.annotation.JsonProperty;
import com.hubspot.immutables.style.HubSpotStyle;
import org.immutables.value.Value.Immutable;

@Immutable
@HubSpotStyle
public interface ConversationArchiveParamsIF extends ConversationArchiveBaseParams {
  @JsonProperty("channel")
  String getChannelId();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy