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

com.slack.api.methods.request.calls.CallsInfoRequest Maven / Gradle / Ivy

There is a newer version: 1.39.0
Show newest version
package com.slack.api.methods.request.calls;

import com.slack.api.methods.SlackApiRequest;
import lombok.Builder;
import lombok.Data;

/**
 * https://api.slack.com/methods/calls.info
 */
@Data
@Builder
public class CallsInfoRequest implements SlackApiRequest {

    /**
     * Authentication token bearing required scopes.
     */
    private String token;

    /**
     * id of the Call returned by the calls.add method.
     */
    private String id;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy