MCPcopy
hub / github.com/slackapi/node-slack-sdk / RTMStartResult

Interface RTMStartResult

packages/rtm-api/src/RTMClient.ts:689–696  ·  view source on GitHub ↗

* This interface is the minimum that the RTMClient depends on from the intersection of `rtm.start` and `rtm.connect` * responses.

Source from the content-addressed store, hash-verified

687 * responses.
688 */
689interface RTMStartResult extends WebAPICallResult {
690 self: {
691 id: string;
692 };
693 team: {
694 id: string;
695 };
696}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected