Skip to main content

@slack/web-api / ConversationsInfoArguments

Interface: ConversationsInfoArguments

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

Extends​

  • Channel.TokenOverridable.LocaleAware

Properties​

channel​

channel: string;

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

Description​

ID of conversation.

Inherited from​

Channel.channel

include_locale?​

optional include_locale?: boolean;

Defined in: packages/web-api/src/types/request/common.ts:51

Description​

Set this to true to receive the locale with the response.

Inherited from​

LocaleAware.include_locale

include_num_members?​

optional include_num_members?: boolean;

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

Description​

Set to true to include the member count for the specified conversation. Defaults to false.


token?​

optional token?: string;

Defined in: packages/web-api/src/types/request/common.ts:43

Description​

Overridable authentication token bearing required scopes.

Inherited from​

TokenOverridable.token