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

    Type Alias ReplyCommentItem

    Comment item for replying to comments

    type ReplyCommentItem = {
        comment: string;
        comment_id: number;
    }
    Index

    Properties

    Properties

    comment: string

    The content of the reply (between 1 and 500 characters)

    comment_id: number

    The identity of comment to reply to