@slack/web-api / ChatAppendStreamArguments
Interface: ChatAppendStreamArguments
Defined in: src/types/request/chat.ts:157
Extends
TokenOverridable
.ChannelAndTS
.MarkdownText
Properties
channel
channel: string;
Defined in: src/types/request/chat.ts:20
Description
Channel ID for the message.
Inherited from
ChannelAndTS.channel
markdown_text
markdown_text: string;
Defined in: src/types/request/chat.ts:61
Description
Accepts message text formatted in markdown. This argument should not be used in conjunction with blocks
or text
. Limit this field to 12,000 characters.
Example
**This is bold text**
Inherited from
MarkdownText.markdown_text
token?
optional token: string;
Defined in: src/types/request/common.ts:43
Description
Overridable authentication token bearing required scopes.
Inherited from
TokenOverridable.token
ts
ts: string;
Defined in: src/types/request/chat.ts:24
Description
Timestamp of the message.
Inherited from
ChannelAndTS.ts