* This interface is the minimum that the RTMClient depends on from the intersection of `rtm.start` and `rtm.connect` * responses.
| 687 | * responses. |
| 688 | */ |
| 689 | interface RTMStartResult extends WebAPICallResult { |
| 690 | self: { |
| 691 | id: string; |
| 692 | }; |
| 693 | team: { |
| 694 | id: string; |
| 695 | }; |
| 696 | } |
nothing calls this directly
no outgoing calls
no test coverage detected