a string representing the Chat Room Id
Promise
Updates chat room by id
0.1.0
updateChatRoom("5c9974ba-2180-4640-b949-eb9501d2f2ff", { title: "new title", content_filter: "none", visibility: "everyone",}).then((res) => console.log(res)); Copy
updateChatRoom("5c9974ba-2180-4640-b949-eb9501d2f2ff", { title: "new title", content_filter: "none", visibility: "everyone",}).then((res) => console.log(res));
Generated using TypeDoc
a string representing the Chat Room Id