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

com.hubspot.slack.client.methods.params.channels.ReplyQueryParams Maven / Gradle / Ivy

There is a newer version: 1.16.7
Show newest version
package com.hubspot.slack.client.methods.params.channels;

import com.fasterxml.jackson.annotation.JsonProperty;
import com.hubspot.slack.client.methods.interceptor.HasChannel;

public interface ReplyQueryParams extends HasChannel {
  @JsonProperty("thread_ts")
  String getThreadTs();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy