Skip to main content
useChatMessages has been renamed to useLiveChatMessages. The old name still works as an alias and forwards to the new hook, but it is deprecated and will be removed in a future major version. Update your imports:
The behaviour and signature are identical — see useLiveChatMessages for full documentation. Looking to fetch a filtered or read-only list of messages (e.g. only messages that have replies)? Use useFetchManyChatMessages instead.