Skip to main content

@slack/web-api / GroupsOpenResponse

Type Alias: GroupsOpenResponse

type GroupsOpenResponse = WebAPICallResult & object;

Defined in: packages/web-api/src/types/response/GroupsOpenResponse.ts:11

Type Declaration​

already_open?​

optional already_open?: boolean;

error?​

optional error?: string;

needed?​

optional needed?: string;

no_op?​

optional no_op?: boolean;

ok?​

optional ok?: boolean;

provided?​

optional provided?: string;

response_metadata?​

optional response_metadata?: ResponseMetadata;

warning?​

optional warning?: string;