Skip to main content

@slack/web-api / ConversationsOpenArguments

Type Alias: ConversationsOpenArguments

type ConversationsOpenArguments = Channel | Users & TokenOverridable & object;

Defined in: packages/web-api/src/types/request/conversations.ts:169

Type Declaration​

prevent_creation?​

optional prevent_creation?: boolean;

Description​

Do not create a direct message or multi-person direct message. This is used to see if there is an existing dm or mpdm.

return_im?​

optional return_im?: boolean;

Description​

Indicates you want the full IM channel definition in the response.