Interface ThreadedComment

Comments associated with Epic Discussions.

Hierarchy

  • ThreadedComment

Properties

app_url: string

The Shortcut application url for the Comment.

author_id: string

The unique ID of the Member that authored the Comment.

Format

uuid

comments: ThreadedComment[]

A nested array of threaded comments.

created_at: string

The time/date the Comment was created.

Format

date-time

deleted: boolean

True/false boolean indicating whether the Comment is deleted.

entity_type: string

A string description of this resource.

external_id?: 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.

group_mention_ids: string[]

An array of Group IDs that have been mentioned in this Comment.

id: number

The unique ID of the Comment.

Format

int64

member_mention_ids: string[]

An array of Member IDs that have been mentioned in this Comment.

mention_ids: string[]

Deprecated: use member_mention_ids.

text: string

The text of the Comment.

updated_at: string

The time/date the Comment was updated.

Format

date-time

Generated using TypeDoc