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

    Type Alias ReplyCommentParams

    Parameters for replying to comments in batch

    type ReplyCommentParams = {
        comment_list: ReplyCommentItem[];
    }
    Index

    Properties

    Properties

    comment_list: ReplyCommentItem[]

    The list of comments to reply to (between 1 and 100 items)