@slack/rtm-api
Version:
Official library for using the Slack Platform's Real Time Messaging API
5 lines • 388 B
TypeScript
/// <reference lib="es2017" />
export { RTMClient, RTMClientOptions, RTMStartOptions, RTMCallResult, } from './RTMClient';
export { Logger, LogLevel } from './logger';
export { CodedError, ErrorCode, RTMPlatformError, RTMWebsocketError, RTMNoReplyReceivedError, RTMSendWhileDisconnectedError, RTMSendWhileNotReadyError, RTMCallError, } from './errors';
//# sourceMappingURL=index.d.ts.map