Shopee SDK API Reference - v1.11.0
    Preparing search index...

    Type Alias CommentReply

    Comment reply information

    type CommentReply = {
        create_time: number;
        hidden: boolean;
        reply: string;
    }
    Index

    Properties

    create_time: number

    The time the seller replied to the comment

    hidden: boolean

    Whether the reply is hidden or not

    reply: string

    The content of reply