stream-chat-react
Version:
React components to create chat conversations or livestream style chat
9 lines • 420 B
TypeScript
import type { Channel } from 'stream-chat';
export type UseIncomingMessageAnnouncementsParams = {
activeThreadId?: string;
channel?: Channel;
ownUserId?: string;
threadList?: boolean;
};
export declare const useIncomingMessageAnnouncements: ({ activeThreadId, channel, ownUserId, threadList, }: UseIncomingMessageAnnouncementsParams) => void;
//# sourceMappingURL=useIncomingMessageAnnouncements.d.ts.map