I want to update data information or coverurl for an already created channel.
ex.
channel: already created channel
channel.updateChannel(coverUrl: “!@#!%”, data: “!!%!@@!”, (groupChannel, error) => {
//error handle
//…
});
How to update channel information
ps. Do you have a pin function?