Skip to main content

Interface: ChatMeMessageArguments

Extends

  • ChannelAndText.TokenOverridable

Properties

channel

channel: string;

Description

Channel ID for the message.

Inherited from

ChannelAndText.channel

Defined in

packages/web-api/src/types/request/chat.ts:19


text

text: string;

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

Defined in

packages/web-api/src/types/request/chat.ts:53


token?

optional token: string;

Description

Overridable authentication token bearing required scopes.

Inherited from

TokenOverridable.token

Defined in

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