Skip to main content

Type Alias: ConversationsOpenArguments

type ConversationsOpenArguments: Channel | Users & TokenOverridable & object;

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.

Defined in

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