deleteMessage
Usage
const conversationHash = '0x...';
const messageIndex = 1n;
const txResponse = await chat.deleteMessage(conversationHash, messageIndex);Returns
Parameters
conversationHash
index
Last updated
