Skip to main content

@slack/web-api / ImOpenResponse

Type Alias: ImOpenResponse

type ImOpenResponse = WebAPICallResult & object;

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

Type Declaration

already_open?

optional already_open?: boolean;

channel?

optional channel?: Channel;

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;