Change the properties of an existing thread
await window.CordSDK.thread.updateThread('my-awesome-thread-id', {
name: 'A more awesome name',
resolved: true,
});
true
if the operation succeeded or rejects if it failed.This is an object with the following fields:
Show property details
Not finding the answer you need? Ask our Developer Community