@shortcut/client
    Preparing search index...

    Interface HistoryActionStoryCommentCreate

    An action representing a Story Comment being created.

    interface HistoryActionStoryCommentCreate {
        action: "create";
        app_url: string;
        author_id: string;
        entity_type: string;
        id: number;
        text: string;
    }
    Index

    Properties

    action: "create"

    The action of the entity referenced.

    app_url: string

    The application URL of the Story Comment.

    2048

    ^https?://.+$

    author_id: string

    The Member ID of who created the Story Comment.

    uuid

    entity_type: string

    The type of entity referenced.

    id: number

    The ID of the entity referenced.

    int64

    text: string

    The text of the Story Comment.