slack icon indicating copy to clipboard operation
slack copied to clipboard

Add Properties.Canvas to Channel

Open ku opened this issue 1 year ago • 0 comments

Not documented in the reference of conversations.info but now the response of conversations.info contains Canvas related data when the channel has a canvas for the channel. ( properties key itself is not contained if no canvas is associated to the channel)

{
    "ok": true,
    "channel": {
      .....
        "properties": {
            "canvas": {
                "file_id": "F05T9HXD8DQ",
                "is_empty": true,
                "quip_thread_id": "MCE9AA8oXgH"
            }
        }
    }
}

A Canvas dedicated to the channel can be created by the button placed in top right of the window. Screenshot 2023-09-21 at 13 54 07

ku avatar Sep 21 '23 04:09 ku