UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

6 lines (5 loc) 205 B
import type { LocalMessage } from 'stream-chat'; export declare const useLastOwnMessage: ({ messages, ownUserId, }: { messages?: LocalMessage[]; ownUserId?: string; }) => LocalMessage | undefined;