Function updateChatRoom

  • Parameters

    Returns Promise<IChatRoomPayload>

    Promise

    Description

    Updates chat room by id

    Async

    Since

    0.1.0

    updateChatRoom("5c9974ba-2180-4640-b949-eb9501d2f2ff", {
    title: "new title",
    content_filter: "none",
    visibility: "everyone",
    }).then((res) => console.log(res));

Generated using TypeDoc