Name | Type | Description | Notes |
---|---|---|---|
type | string | ||
id | string | The ID of the comment. | |
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] | |
thread_id | string | The ID of the comment thread this reply is in. This ID is the same as the `id` of the parent comment. |