Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.37 KB

ParentComment.md

File metadata and controls

18 lines (15 loc) · 1.37 KB

# ParentComment

Properties

Name Type Description Notes
type string
id string The ID of the comment. You can use this ID to create replies to the comment using the Create reply API.
attached_to \Integrations\Canva\SDK\Model\CommentObject [optional]
message string The comment message. This is the comment body shown in the Canva UI. User mentions are shown here in the format `[user_id:team_id]`.
author \Integrations\Canva\SDK\Model\User
created_at int When the comment or reply was created, as a Unix timestamp (in seconds since the Unix Epoch). [optional]
updated_at int When the comment or reply was last updated, as a Unix timestamp (in seconds since the Unix Epoch). [optional]
mentions array<string,\Integrations\Canva\SDK\Model\TeamUser> The Canva users mentioned in the comment.
assignee \Integrations\Canva\SDK\Model\User [optional]
resolver \Integrations\Canva\SDK\Model\User [optional]

[Back to Model list] [Back to API list] [Back to README]