Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 2.19 KB

StoryComment.md

File metadata and controls

26 lines (23 loc) · 2.19 KB

StoryComment

Properties

Name Type Description Notes
appUrl string The Shortcut application url for the Comment.
entityType string A string description of this resource.
deleted bool True/false boolean indicating whether the Comment has been deleted.
storyId int The ID of the Story on which the Comment appears.
mentionIds string[] Deprecated: use member_mention_ids.
authorId string The unique ID of the Member who is the Comment's author.
memberMentionIds string[] The unique IDs of the Member who are mentioned in the Comment.
blocker bool Marks the comment as a blocker that can be surfaced to permissions or teams mentioned in the comment. Can only be used on a top-level comment. [optional]
updatedAt \DateTime The time/date when the Comment was updated.
groupMentionIds string[] The unique IDs of the Group who are mentioned in the Comment.
externalId string This field can be set to another unique ID. In the case that the Comment has been imported from another tool, the ID in the other tool can be indicated here.
parentId int The ID of the parent Comment this Comment is threaded under. [optional]
id int The unique ID of the Comment.
position int The Comments numerical position in the list from oldest to newest.
unblocksParent bool Marks the comment as an unblocker to its blocker parent. Can only be set on a threaded comment who has a parent with `blocker` set. [optional]
reactions \Timetoreply\Shortcut\Model\StoryReaction[] A set of Reactions to this Comment.
createdAt \DateTime The time/date when the Comment was created.
text string The text of the Comment. In the case that the Comment has been deleted, this field can be set to nil.

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