fetchConversation
Usage
const conversationHash = '0x...';
const conversation = await chat.fetchConversation(conversationHash);Returns
Parameters
conversationHash
Last updated
Fetches the details of a conversation based on its hash.
const conversationHash = '0x...';
const conversation = await chat.fetchConversation(conversationHash);Promise<Conversation>
A promise that resolves to the details of the conversation corresponding to the specified conversation hash.
Type ConversationHash
The hash of the target conversation that you want to fetch the details for.
Last updated
