We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14c90d6 commit f2ba914Copy full SHA for f2ba914
src/index.ts
@@ -21,4 +21,4 @@ export * from './thread_manager';
21
export * from './token_manager';
22
export * from './types';
23
export * from './channel_manager';
24
-export { isOwnUser, chatCodes, logChatPromiseExecution, formatMessage } from './utils';
+export { isOwnUser, chatCodes, logChatPromiseExecution, formatMessage, promoteChannel } from './utils';
0 commit comments