Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Properties.Canvas to Channel #1228

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ku
Copy link

@ku ku commented Sep 21, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant