@slack/web-api / ConversationsOpenResponse
Type Alias: ConversationsOpenResponse
type ConversationsOpenResponse = WebAPICallResult & object;
Defined in: packages/web-api/src/types/response/ConversationsOpenResponse.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;
warning?
optional warning?: string;