Skip to main content

@slack/web-api / ChatMeMessageArguments

Interface: ChatMeMessageArguments

Defined in: packages/web-api/src/types/request/chat.ts:193

Extends​

  • ChannelAndText.TokenOverridable

Properties​

channel​

channel: string;

Defined in: packages/web-api/src/types/request/chat.ts:22

Description​

Channel ID for the message.

Inherited from​

ChannelAndText.channel

text​

text: string;

Defined in: packages/web-api/src/types/request/chat.ts:56

Description​

Text of the message. If used in conjunction with blocks or attachments, text will be used as fallback text for notifications only.

Inherited from​

ChannelAndText.text

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