Shopee SDK API Reference - v2.8.0
    Preparing search index...

    Interface GetCommentCommentReply

    GetCommentCommentReply sub-interface for GetCommentItemComment

    interface GetCommentCommentReply {
        create_time?: number | Date;
        hidden?: boolean;
        reply?: string;
    }
    Index

    Properties

    create_time?: number | Date

    The time the seller replied to the comment.

    hidden?: boolean

    The comment reply is hidden or not.

    reply?: string

    The content of reply.