Experimental
Enhance XMTP conversation with a profile of the conversation's peer
You MUST be authenticated via useLogin to use this hook.
useLogin
UseEnhanceConversationRequest
const { data: enhancedConversation, loading } = useEnhanceConversation({ conversation,}); Copy
const { data: enhancedConversation, loading } = useEnhanceConversation({ conversation,});
Enhance XMTP conversation with a profile of the conversation's peer
You MUST be authenticated via
useLogin
to use this hook.