Interface HistoryActionStoryCommentCreate

An action representing a Story Comment being created.

Hierarchy

  • HistoryActionStoryCommentCreate

Properties

action: "create"

The action of the entity referenced.

app_url: string

The application URL of the Story Comment.

Max Length

2048

Pattern

^https?://.+$

author_id: string

The Member ID of who created the Story Comment.

Format

uuid

entity_type: string

The type of entity referenced.

id: number

The ID of the entity referenced.

Format

int64

text: string

The text of the Story Comment.

Generated using TypeDoc