@slack/web-api / ConversationsKickResponse
Type Alias: ConversationsKickResponse
type ConversationsKickResponse = WebAPICallResult & object;
Defined in: packages/web-api/src/types/response/ConversationsKickResponse.ts:11
Type Declaration
error?
optional error?: string;
errors?
optional errors?: Errors;
needed?
optional needed?: string;
ok?
optional ok?: boolean;
provided?
optional provided?: string;
warning?
optional warning?: string;