Skip to content

Commit 53b44ca

Browse files
committed
fix: remove custom typings and depend on api results instead
1 parent 0dd9fb1 commit 53b44ca

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

src/client.js

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,6 @@ import SlackError from "./errors.js";
1111
* @see {@link https://api.slack.com/methods/}
1212
*/
1313
export 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

0 commit comments

Comments
 (0)