Skip to content

useConversations

useConversations(options?): UseQueryResult<NoInfer<ListConversationsResult | null>, Error>

Hook to list the current user’s conversations

Parameter Type
options? ListConversationsOptions

UseQueryResult<NoInfer<ListConversationsResult | null>, Error>