File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -11,21 +11,6 @@ import SlackError from "./errors.js";
1111 * @see {@link https://api.slack.com/methods/ }
1212 */
1313export default class Client {
14- /**
15- * Known response values from messages that are included in outputs.
16- * @typedef MessageResultDetails
17- * @prop {string } [thread_ts] - timestamp of the top threaded message.
18- */
19-
20- /**
21- * Possible response values related to messages from the API.
22- * @typedef MessageResult - Possible message values from API methods.
23- * @prop {MessageResultDetails } [message] - additional message details.
24- * @prop {string } [ts] - timestamp of the message.
25- * @prop {string } [channel] - ID of the channel.
26- * @see {@link https://api.slack.com/methods/chat.postMessage#examples }
27- */
28-
2914 /**
3015 * Perform the API call configured with the input payload.
3116 * @param {Config } config
You can’t perform that action at this time.
0 commit comments