Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface CommentEventItem

    interface CommentEventItem {
        comment_type?: "FEED" | "LIVE";
        commented_on?: string;
        id?: string;
        text?: string;
        user?: string;
    }
    Index

    Properties

    comment_type?: "FEED" | "LIVE"

    Either LIVE or FEED. Indicates the type of media on which the comment was made.

    commented_on?: string

    Instagram's URL of the live broadcast or the post on which the comment was made (permalink).

    id?: string

    Event's ID

    text?: string

    Comment's text

    user?: string

    Username of the account that commented in the live broadcast or post.