@slack/web-api / ChatMeMessageArguments
Defined in: src/types/request/chat.ts:169
ChannelAndText.TokenOverridable
channel: string;Defined in: src/types/request/chat.ts:20
Channel ID for the message.
ChannelAndText.channeltext: string;Defined in: src/types/request/chat.ts:54
Text of the message. If used in conjunction with blocks or attachments, text will be used
as fallback text for notifications only.
ChannelAndText.textoptional token: string;Defined in: src/types/request/common.ts:43
Overridable authentication token bearing required scopes.
TokenOverridable.token